diff --git a/engine/core/rendering/style/FillLayer.h b/engine/core/rendering/style/FillLayer.h index e074c421f65..7ec90030586 100644 --- a/engine/core/rendering/style/FillLayer.h +++ b/engine/core/rendering/style/FillLayer.h @@ -183,8 +183,8 @@ public: static EFillAttachment initialFillAttachment(EFillLayerType) { return ScrollBackgroundAttachment; } static EFillBox initialFillClip(EFillLayerType) { return BorderFillBox; } static EFillBox initialFillOrigin(EFillLayerType type) { return type == BackgroundFillLayer ? PaddingFillBox : BorderFillBox; } - static EFillRepeat initialFillRepeatX(EFillLayerType) { return RepeatFill; } - static EFillRepeat initialFillRepeatY(EFillLayerType) { return RepeatFill; } + static EFillRepeat initialFillRepeatX(EFillLayerType) { return NoRepeatFill; } + static EFillRepeat initialFillRepeatY(EFillLayerType) { return NoRepeatFill; } static CompositeOperator initialFillComposite(EFillLayerType) { return CompositeSourceOver; } static WebBlendMode initialFillBlendMode(EFillLayerType) { return WebBlendModeNormal; } static EFillSizeType initialFillSizeType(EFillLayerType) { return SizeLength; } diff --git a/examples/flights-app/app-toast.sky b/examples/flights-app/app-toast.sky index c7c438e8253..4e06178e147 100644 --- a/examples/flights-app/app-toast.sky +++ b/examples/flights-app/app-toast.sky @@ -9,7 +9,6 @@ right: 32px; max-width: 55%; box-shadow: 0px 0px 12px 2px rgba(22, 22, 22, 0.4); - background-color: #b0281a; background-image: linear-gradient(#E5D658, #DFCF43); border: 1px solid #AEA477; padding: 6px; diff --git a/tests/framework/flights-app-expected.txt b/tests/framework/flights-app-expected.txt index bf96d685235..66b92ac145c 100644 --- a/tests/framework/flights-app-expected.txt +++ b/tests/framework/flights-app-expected.txt @@ -139,7 +139,7 @@ layer at (0,77) size 800x586 RenderText {#text} at (0,0) size 36x17 text run at (0,0) width 36: "$367" layer at (609,509) size 159x59 - RenderFlexibleBox {app-toast} at (609.31,509) size 158.69x59 [bgcolor=#B0281A] [border: (1px solid #AEA477)] + RenderFlexibleBox {app-toast} at (609.31,509) size 158.69x59 [border: (1px solid #AEA477)] RenderBlock {div} at (7,13.50) size 32x32 RenderBlock {div} at (0,0) size 32x32 [border: (2px solid #000000)] RenderBlock {t} at (2,2) size 28x30 diff --git a/tests/framework/flights-app-pixels-expected.sky b/tests/framework/flights-app-pixels-expected.sky index e5b9dab8a61..4b4a0fddf6e 100644 --- a/tests/framework/flights-app-pixels-expected.sky +++ b/tests/framework/flights-app-pixels-expected.sky @@ -1,7 +1,7 @@ - +