Title: [261913] trunk/LayoutTests
Revision
261913
Author
zandober...@gmail.com
Date
2020-05-20 06:22:15 -0700 (Wed, 20 May 2020)

Log Message

Unreviewed WPE gardening. Enabling the remaining unskippable CSS3 tests
and providing the necessary baselines.

* platform/wpe/TestExpectations:
* platform/wpe/css3/filters: Added.
* platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt: Added.
* platform/wpe/css3/filters/composited-during-transition-layertree-expected.txt: Added.
* platform/wpe/css3/filters/effect-blur-expected.txt: Added.
* platform/wpe/css3/filters/effect-blur-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-combined-expected.txt: Added.
* platform/wpe/css3/filters/effect-combined-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-contrast-expected.txt: Added.
* platform/wpe/css3/filters/effect-contrast-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-drop-shadow-expected.txt: Added.
* platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-grayscale-expected.txt: Added.
* platform/wpe/css3/filters/effect-grayscale-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-hue-rotate-expected.txt: Added.
* platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-invert-expected.txt: Added.
* platform/wpe/css3/filters/effect-invert-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-opacity-expected.txt: Added.
* platform/wpe/css3/filters/effect-opacity-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-composite-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-composite-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-ordering-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-saturate-expected.txt: Added.
* platform/wpe/css3/filters/effect-saturate-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-sepia-expected.txt: Added.
* platform/wpe/css3/filters/effect-sepia-hw-expected.txt: Added.
* platform/wpe/css3/filters/regions-expanding-expected.txt: Added.
* platform/wpe/css3/masking: Added.
* platform/wpe/css3/masking/clip-path-circle-border-box-expected.txt: Added.
* platform/wpe/css3/masking/clip-path-circle-content-box-expected.txt: Added.
* platform/wpe/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
* platform/wpe/css3/masking/mask-luminance-png-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261912 => 261913)


--- trunk/LayoutTests/ChangeLog	2020-05-20 13:04:55 UTC (rev 261912)
+++ trunk/LayoutTests/ChangeLog	2020-05-20 13:22:15 UTC (rev 261913)
@@ -1,3 +1,49 @@
+2020-05-20  Zan Dobersek  <zdober...@igalia.com>
+
+        Unreviewed WPE gardening. Enabling the remaining unskippable CSS3 tests
+        and providing the necessary baselines.
+
+        * platform/wpe/TestExpectations:
+        * platform/wpe/css3/filters: Added.
+        * platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt: Added.
+        * platform/wpe/css3/filters/composited-during-transition-layertree-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-blur-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-blur-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-brightness-clamping-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-brightness-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-brightness-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-combined-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-combined-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-contrast-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-contrast-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-drop-shadow-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-grayscale-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-grayscale-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-hue-rotate-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-invert-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-invert-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-opacity-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-opacity-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-reference-composite-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-reference-composite-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-reference-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-reference-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-reference-ordering-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-saturate-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-saturate-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-sepia-expected.txt: Added.
+        * platform/wpe/css3/filters/effect-sepia-hw-expected.txt: Added.
+        * platform/wpe/css3/filters/regions-expanding-expected.txt: Added.
+        * platform/wpe/css3/masking: Added.
+        * platform/wpe/css3/masking/clip-path-circle-border-box-expected.txt: Added.
+        * platform/wpe/css3/masking/clip-path-circle-content-box-expected.txt: Added.
+        * platform/wpe/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
+        * platform/wpe/css3/masking/mask-luminance-png-expected.txt: Added.
+
 2020-05-19  Lauro Moura  <lmo...@igalia.com>
 
         [GTK][WPE] Update some expectations

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (261912 => 261913)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2020-05-20 13:04:55 UTC (rev 261912)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2020-05-20 13:22:15 UTC (rev 261913)
@@ -712,6 +712,14 @@
 
 webkit.org/b/211563 fast/text-indicator/text-indicator-estimated-color-with-implicit-newline.html [ Failure ]
 
+# Not yet supported on WPE
+webkit.org/b/169988 css3/filters/backdrop [ Skip ]
+Bug(WPE) css3/scroll-snap [ Skip ]
+
+# Only enabled on Mac/iOS so far.
+Bug(WPE) contentfiltering/ [ Skip ]
+Bug(WPE) http/tests/contentfiltering [ Skip ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # 3. UNRESOLVED TESTS
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -738,16 +746,7 @@
 Bug(WPE) fast/text/woff2.html [ Pass ]
 Bug(WPE) fast/text-autosizing [ Skip ]
 
-Bug(WPE) css3/filters [ Skip ]
-Bug(WPE) css3/masking [ Skip ]
-Bug(WPE) css3/scroll-snap [ Skip ]
-Bug(WPE) css3/shapes [ Skip ]
-
-Bug(WPE) contentfiltering/ [ Skip ]
-Bug(WPE) http/wpt/beacon/contentextensions/ [ Skip ]
-
 http/tests/contentdispositionattachmentsandbox [ Skip ]
-http/tests/contentfiltering [ Skip ]
 http/tests/download [ Skip ]
 http/tests/fileapi [ Skip ]
 http/tests/frame-throttling [ Skip ]
@@ -2271,6 +2270,24 @@
 webkit.org/b/212080 imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/padding-002.html [ Failure ]
 webkit.org/b/212080 imported/w3c/web-platform-tests/mathml/relations/css-styling/color-004.html [ ImageOnlyFailure ]
 
+webkit.org/b/203240 css3/shapes/shape-outside/shape-image/shape-image-025.html [ Pass ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ ImageOnlyFailure ]
+webkit.org/b/180581 css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ]
+webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
+webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
+webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
+webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ]
+webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
+webkit.org/b/180581 css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
+
+webkit.org/b/212133 css3/filters/blur-various-radii.html [ ImageOnlyFailure ]
+webkit.org/b/212134 css3/filters/should-not-have-compositing-layer.html [ Failure ]
+
+webkit.org/b/98613 css3/masking/clip-path-reference.html [ ImageOnlyFailure ]
+webkit.org/b/120596 css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ]
+webkit.org/b/120596 css3/masking/mask-repeat-space-content.html [ ImageOnlyFailure ]
+webkit.org/b/161589 css3/masking/mask-repeat-space-padding.html [ ImageOnlyFailure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 #  >> NOTICE <<
 # Please see guidelines at the top of this file and place new test expectations

Added: trunk/LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,33 @@
+   
+   
+   
+  
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 4
+        (GraphicsLayer
+          (position 18.00 18.00)
+          (bounds 160.00 90.00)
+        )
+        (GraphicsLayer
+          (position 18.00 132.00)
+          (bounds 160.00 90.00)
+        )
+        (GraphicsLayer
+          (position 18.00 246.00)
+          (bounds 160.00 90.00)
+        )
+        (GraphicsLayer
+          (position 18.00 360.00)
+          (bounds 160.00 90.00)
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/wpe/css3/filters/composited-during-transition-layertree-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/composited-during-transition-layertree-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/composited-during-transition-layertree-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,33 @@
+   
+   
+   
+  
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 4
+        (GraphicsLayer
+          (position 18.00 18.00)
+          (bounds 160.00 90.00)
+        )
+        (GraphicsLayer
+          (position 18.00 132.00)
+          (bounds 160.00 90.00)
+        )
+        (GraphicsLayer
+          (position 18.00 246.00)
+          (bounds 160.00 90.00)
+        )
+        (GraphicsLayer
+          (position 18.00 360.00)
+          (bounds 160.00 90.00)
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-blur-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-blur-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-blur-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (180,96) size 4x17
+        text run at (180,96) width 4: " "
+      RenderText {#text} at (364,96) size 4x17
+        text run at (364,96) width 4: " "
+      RenderText {#text} at (548,96) size 4x17
+        text run at (548,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (18,18) size 160x90
+  RenderImage {IMG} at (10,10) size 160x90
+layer at (202,18) size 160x90
+  RenderImage {IMG} at (194,10) size 160x90
+layer at (386,18) size 160x90
+  RenderImage {IMG} at (378,10) size 160x90
+layer at (570,18) size 160x90
+  RenderImage {IMG} at (562,10) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-blur-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-blur-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-blur-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (180,96) size 4x17
+        text run at (180,96) width 4: " "
+      RenderText {#text} at (364,96) size 4x17
+        text run at (364,96) width 4: " "
+      RenderText {#text} at (548,96) size 4x17
+        text run at (548,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (18,18) size 160x90
+  RenderImage {IMG} at (10,10) size 160x90
+layer at (202,18) size 160x90
+  RenderImage {IMG} at (194,10) size 160x90
+layer at (386,18) size 160x90
+  RenderImage {IMG} at (378,10) size 160x90
+layer at (570,18) size 160x90
+  RenderImage {IMG} at (562,10) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-clamping-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-clamping-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-clamping-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,44 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderImage {IMG} at (0,0) size 160x90
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderImage {IMG} at (164,0) size 160x90
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderImage {IMG} at (328,0) size 160x90
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderImage {IMG} at (492,0) size 160x90
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderImage {IMG} at (0,94) size 160x90
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderImage {IMG} at (164,94) size 160x90
+      RenderText {#text} at (324,170) size 4x17
+        text run at (324,170) width 4: " "
+      RenderImage {IMG} at (328,94) size 160x90
+      RenderText {#text} at (488,170) size 4x17
+        text run at (488,170) width 4: " "
+      RenderImage {IMG} at (492,94) size 160x90
+      RenderText {#text} at (652,170) size 4x17
+        text run at (652,170) width 4: " "
+      RenderText {#text} at (160,264) size 4x17
+        text run at (160,264) width 4: " "
+      RenderText {#text} at (324,264) size 4x17
+        text run at (324,264) width 4: " "
+      RenderText {#text} at (488,264) size 4x17
+        text run at (488,264) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,196) size 160x90
+  RenderImage {IMG} at (0,188) size 160x90
+layer at (172,196) size 160x90
+  RenderImage {IMG} at (164,188) size 160x90
+layer at (336,196) size 160x90
+  RenderImage {IMG} at (328,188) size 160x90
+layer at (500,196) size 160x90
+  RenderImage {IMG} at (492,188) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,52 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (324,170) size 4x17
+        text run at (324,170) width 4: " "
+      RenderText {#text} at (488,170) size 4x17
+        text run at (488,170) width 4: " "
+      RenderText {#text} at (652,170) size 4x17
+        text run at (652,170) width 4: " "
+      RenderText {#text} at (160,264) size 4x17
+        text run at (160,264) width 4: " "
+      RenderText {#text} at (324,264) size 4x17
+        text run at (324,264) width 4: " "
+      RenderText {#text} at (488,264) size 4x17
+        text run at (488,264) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90
+layer at (336,102) size 160x90
+  RenderImage {IMG} at (328,94) size 160x90
+layer at (500,102) size 160x90
+  RenderImage {IMG} at (492,94) size 160x90
+layer at (8,196) size 160x90
+  RenderImage {IMG} at (0,188) size 160x90
+layer at (172,196) size 160x90
+  RenderImage {IMG} at (164,188) size 160x90
+layer at (336,196) size 160x90
+  RenderImage {IMG} at (328,188) size 160x90
+layer at (500,196) size 160x90
+  RenderImage {IMG} at (492,188) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,29 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderImage {IMG} at (0,0) size 160x90
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderImage {IMG} at (164,0) size 160x90
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderImage {IMG} at (328,0) size 160x90
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (324,170) size 4x17
+        text run at (324,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90
+layer at (336,102) size 160x90
+  RenderImage {IMG} at (328,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-brightness-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,32 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (324,170) size 4x17
+        text run at (324,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90
+layer at (336,102) size 160x90
+  RenderImage {IMG} at (328,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-combined-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-combined-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-combined-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (180,96) size 4x17
+        text run at (180,96) width 4: " "
+      RenderText {#text} at (364,96) size 4x17
+        text run at (364,96) width 4: " "
+      RenderText {#text} at (548,96) size 4x17
+        text run at (548,96) width 4: " "
+      RenderText {#text} at (732,96) size 4x17
+        text run at (732,96) width 4: " "
+      RenderText {#text} at (180,210) size 4x17
+        text run at (180,210) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (18,18) size 160x90
+  RenderImage {IMG} at (10,10) size 160x90
+layer at (202,18) size 160x90
+  RenderImage {IMG} at (194,10) size 160x90
+layer at (386,18) size 160x90
+  RenderImage {IMG} at (378,10) size 160x90
+layer at (570,18) size 160x90
+  RenderImage {IMG} at (562,10) size 160x90
+layer at (18,132) size 160x90
+  RenderImage {IMG} at (10,124) size 160x90
+layer at (202,132) size 160x90
+  RenderImage {IMG} at (194,124) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-combined-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-combined-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-combined-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (180,96) size 4x17
+        text run at (180,96) width 4: " "
+      RenderText {#text} at (364,96) size 4x17
+        text run at (364,96) width 4: " "
+      RenderText {#text} at (548,96) size 4x17
+        text run at (548,96) width 4: " "
+      RenderText {#text} at (732,96) size 4x17
+        text run at (732,96) width 4: " "
+      RenderText {#text} at (180,210) size 4x17
+        text run at (180,210) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (18,18) size 160x90
+  RenderImage {IMG} at (10,10) size 160x90
+layer at (202,18) size 160x90
+  RenderImage {IMG} at (194,10) size 160x90
+layer at (386,18) size 160x90
+  RenderImage {IMG} at (378,10) size 160x90
+layer at (570,18) size 160x90
+  RenderImage {IMG} at (562,10) size 160x90
+layer at (18,132) size 160x90
+  RenderImage {IMG} at (10,124) size 160x90
+layer at (202,132) size 160x90
+  RenderImage {IMG} at (194,124) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-contrast-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-contrast-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-contrast-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-contrast-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-contrast-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-contrast-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-drop-shadow-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-drop-shadow-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-drop-shadow-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,24 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (190,106) size 4x17
+        text run at (190,106) width 4: " "
+      RenderText {#text} at (384,106) size 4x17
+        text run at (384,106) width 4: " "
+      RenderText {#text} at (578,106) size 4x17
+        text run at (578,106) width 4: " "
+      RenderText {#text} at (772,106) size 4x17
+        text run at (772,106) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (23,23) size 160x90
+  RenderImage {IMG} at (15,15) size 160x90
+layer at (217,23) size 160x90
+  RenderImage {IMG} at (209,15) size 160x90
+layer at (411,23) size 160x90
+  RenderImage {IMG} at (403,15) size 160x90
+layer at (605,23) size 160x90
+  RenderImage {IMG} at (597,15) size 160x90
+layer at (23,147) size 160x90
+  RenderImage {IMG} at (15,139) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,24 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (190,106) size 4x17
+        text run at (190,106) width 4: " "
+      RenderText {#text} at (384,106) size 4x17
+        text run at (384,106) width 4: " "
+      RenderText {#text} at (578,106) size 4x17
+        text run at (578,106) width 4: " "
+      RenderText {#text} at (772,106) size 4x17
+        text run at (772,106) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (23,23) size 160x90
+  RenderImage {IMG} at (15,15) size 160x90
+layer at (217,23) size 160x90
+  RenderImage {IMG} at (209,15) size 160x90
+layer at (411,23) size 160x90
+  RenderImage {IMG} at (403,15) size 160x90
+layer at (605,23) size 160x90
+  RenderImage {IMG} at (597,15) size 160x90
+layer at (23,147) size 160x90
+  RenderImage {IMG} at (15,139) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-grayscale-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-grayscale-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-grayscale-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-grayscale-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-grayscale-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-grayscale-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-hue-rotate-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-hue-rotate-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-hue-rotate-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-invert-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-invert-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-invert-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-invert-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-invert-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-invert-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-opacity-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-opacity-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-opacity-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-opacity-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-opacity-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-opacity-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-composite-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-composite-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-composite-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,59 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderSVGRoot {svg} at (8,118) size 0x0
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceFilter {filter} [id="over"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="OVER"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="in"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="IN"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="out"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="OUT"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="atop"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="ATOP"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="xor"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="XOR"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+      RenderText {#text} at (0,96) size 4x17
+        text run at (0,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (184,96) size 4x17
+        text run at (184,96) width 4: " "
+      RenderText {#text} at (368,96) size 4x17
+        text run at (368,96) width 4: " "
+      RenderText {#text} at (552,96) size 4x17
+        text run at (552,96) width 4: " "
+      RenderText {#text} at (736,96) size 4x17
+        text run at (736,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (22,18) size 160x90
+  RenderImage {IMG} at (14,10) size 160x90
+layer at (206,18) size 160x90
+  RenderImage {IMG} at (198,10) size 160x90
+layer at (390,18) size 160x90
+  RenderImage {IMG} at (382,10) size 160x90
+layer at (574,18) size 160x90
+  RenderImage {IMG} at (566,10) size 160x90
+layer at (18,132) size 160x90
+  RenderImage {IMG} at (10,124) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-composite-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-composite-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-composite-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,59 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderSVGRoot {svg} at (8,118) size 0x0
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceFilter {filter} [id="over"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="OVER"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="in"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="IN"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="out"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="OUT"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="atop"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="ATOP"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="xor"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComposite operation="XOR"]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+              [feColorMatrix type="MATRIX" values="1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.70 0.00"]
+                [SourceGraphic]
+      RenderText {#text} at (0,96) size 4x17
+        text run at (0,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (184,96) size 4x17
+        text run at (184,96) width 4: " "
+      RenderText {#text} at (368,96) size 4x17
+        text run at (368,96) width 4: " "
+      RenderText {#text} at (552,96) size 4x17
+        text run at (552,96) width 4: " "
+      RenderText {#text} at (736,96) size 4x17
+        text run at (736,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (22,18) size 160x90
+  RenderImage {IMG} at (14,10) size 160x90
+layer at (206,18) size 160x90
+  RenderImage {IMG} at (198,10) size 160x90
+layer at (390,18) size 160x90
+  RenderImage {IMG} at (382,10) size 160x90
+layer at (574,18) size 160x90
+  RenderImage {IMG} at (566,10) size 160x90
+layer at (18,132) size 160x90
+  RenderImage {IMG} at (10,124) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,85 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderSVGRoot {svg} at (8,118) size 0x0
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceFilter {filter} [id="colormatrix"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feColorMatrix type="HUEROTATE" values="180.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="morphology"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feMorphology operator="DILATE" radius="10.00, 10.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="componenttransfer"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComponentTransfer
+                {red: type="LINEAR" slope="0.50" intercept="0.00"}
+                {green: type="UNKNOWN}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="blurY"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feGaussianBlur stdDeviation="0.00, 5.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="blend"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feBlend mode="screen"]
+              [feGaussianBlur stdDeviation="5.00, 5.00"]
+                [SourceGraphic]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="lighting"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feBlend mode="multiply"]
+              [feColorMatrix type="MATRIX" values="0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00"]
+                [feSpecularLighting surfaceScale="1.00" specualConstant="1.00" specularExponent="1.00"]
+                  [SourceGraphic]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="offset"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feOffset dx="10.00" dy="10.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="convolvematrix"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feConvolveMatrix order="width=3 height=3" kernelMatrix="[1.00, 1.00, 1.00, 1.00, -7.00, 1.00, 1.00, 1.00, 1.00]" divisor="1.00" bias="0.30" target="(1,1)" edgeMode="DUPLICATE" kernelUnitLength="(1,1)" preserveAlpha="0"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="displacement"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feDisplacementMap scale="10.00" xChannelSelector="RED" yChannelSelector="GREEN"]
+              [SourceGraphic]
+              [SourceGraphic]
+      RenderText {#text} at (0,96) size 4x17
+        text run at (0,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderImage {IMG} at (14,10) size 160x90
+      RenderText {#text} at (184,96) size 4x17
+        text run at (184,96) width 4: " "
+      RenderText {#text} at (368,96) size 4x17
+        text run at (368,96) width 4: " "
+      RenderText {#text} at (552,96) size 4x17
+        text run at (552,96) width 4: " "
+      RenderText {#text} at (736,96) size 4x17
+        text run at (736,96) width 4: " "
+      RenderText {#text} at (180,210) size 4x17
+        text run at (180,210) width 4: " "
+      RenderText {#text} at (364,210) size 4x17
+        text run at (364,210) width 4: " "
+      RenderText {#text} at (548,210) size 4x17
+        text run at (548,210) width 4: " "
+      RenderText {#text} at (732,210) size 4x17
+        text run at (732,210) width 4: " "
+      RenderText {#text} at (180,324) size 4x17
+        text run at (180,324) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (206,18) size 160x90
+  RenderImage {IMG} at (198,10) size 160x90
+layer at (390,18) size 160x90
+  RenderImage {IMG} at (382,10) size 160x90
+layer at (574,18) size 160x90
+  RenderImage {IMG} at (566,10) size 160x90
+layer at (18,132) size 160x90
+  RenderImage {IMG} at (10,124) size 160x90
+layer at (202,132) size 160x90
+  RenderImage {IMG} at (194,124) size 160x90
+layer at (386,132) size 160x90
+  RenderImage {IMG} at (378,124) size 160x90
+layer at (570,132) size 160x90
+  RenderImage {IMG} at (562,124) size 160x90
+layer at (18,246) size 160x90
+  RenderImage {IMG} at (10,238) size 160x90
+layer at (202,246) size 160x90
+  RenderImage {IMG} at (194,238) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,86 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderSVGRoot {svg} at (8,118) size 0x0
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceFilter {filter} [id="colormatrix"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feColorMatrix type="HUEROTATE" values="180.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="morphology"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feMorphology operator="DILATE" radius="10.00, 10.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="componenttransfer"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feComponentTransfer
+                {red: type="LINEAR" slope="0.50" intercept="0.00"}
+                {green: type="UNKNOWN}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="blurY"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feGaussianBlur stdDeviation="0.00, 5.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="blend"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feBlend mode="screen"]
+              [feGaussianBlur stdDeviation="5.00, 5.00"]
+                [SourceGraphic]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="lighting"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feBlend mode="multiply"]
+              [feColorMatrix type="MATRIX" values="0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 1.00"]
+                [feSpecularLighting surfaceScale="1.00" specualConstant="1.00" specularExponent="1.00"]
+                  [SourceGraphic]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="offset"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feOffset dx="10.00" dy="10.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="convolvematrix"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feConvolveMatrix order="width=3 height=3" kernelMatrix="[1.00, 1.00, 1.00, 1.00, -7.00, 1.00, 1.00, 1.00, 1.00]" divisor="1.00" bias="0.30" target="(1,1)" edgeMode="DUPLICATE" kernelUnitLength="(1,1)" preserveAlpha="0"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="displacement"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feDisplacementMap scale="10.00" xChannelSelector="RED" yChannelSelector="GREEN"]
+              [SourceGraphic]
+              [SourceGraphic]
+      RenderText {#text} at (0,96) size 4x17
+        text run at (0,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (184,96) size 4x17
+        text run at (184,96) width 4: " "
+      RenderText {#text} at (368,96) size 4x17
+        text run at (368,96) width 4: " "
+      RenderText {#text} at (552,96) size 4x17
+        text run at (552,96) width 4: " "
+      RenderText {#text} at (736,96) size 4x17
+        text run at (736,96) width 4: " "
+      RenderText {#text} at (180,210) size 4x17
+        text run at (180,210) width 4: " "
+      RenderText {#text} at (364,210) size 4x17
+        text run at (364,210) width 4: " "
+      RenderText {#text} at (548,210) size 4x17
+        text run at (548,210) width 4: " "
+      RenderText {#text} at (732,210) size 4x17
+        text run at (732,210) width 4: " "
+      RenderText {#text} at (180,324) size 4x17
+        text run at (180,324) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (22,18) size 160x90
+  RenderImage {IMG} at (14,10) size 160x90
+layer at (206,18) size 160x90
+  RenderImage {IMG} at (198,10) size 160x90
+layer at (390,18) size 160x90
+  RenderImage {IMG} at (382,10) size 160x90
+layer at (574,18) size 160x90
+  RenderImage {IMG} at (566,10) size 160x90
+layer at (18,132) size 160x90
+  RenderImage {IMG} at (10,124) size 160x90
+layer at (202,132) size 160x90
+  RenderImage {IMG} at (194,124) size 160x90
+layer at (386,132) size 160x90
+  RenderImage {IMG} at (378,124) size 160x90
+layer at (570,132) size 160x90
+  RenderImage {IMG} at (562,124) size 160x90
+layer at (18,246) size 160x90
+  RenderImage {IMG} at (10,238) size 160x90
+layer at (202,246) size 160x90
+  RenderImage {IMG} at (194,238) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-ordering-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-ordering-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-ordering-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,31 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderSVGRoot {svg} at (8,118) size 0x0
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceFilter {filter} [id="blurX"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feGaussianBlur stdDeviation="5.00, 0.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="blurY"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feGaussianBlur stdDeviation="0.00, 5.00"]
+              [SourceGraphic]
+      RenderText {#text} at (0,96) size 4x17
+        text run at (0,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (184,96) size 4x17
+        text run at (184,96) width 4: " "
+      RenderText {#text} at (368,96) size 4x17
+        text run at (368,96) width 4: " "
+      RenderText {#text} at (552,96) size 4x17
+        text run at (552,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (22,18) size 160x90
+  RenderImage {IMG} at (14,10) size 160x90
+layer at (206,18) size 160x90
+  RenderImage {IMG} at (198,10) size 160x90
+layer at (390,18) size 160x90
+  RenderImage {IMG} at (382,10) size 160x90
+layer at (574,18) size 160x90
+  RenderImage {IMG} at (566,10) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-ordering-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-ordering-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-reference-ordering-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,31 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderSVGRoot {svg} at (8,118) size 0x0
+        RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+          RenderSVGResourceFilter {filter} [id="blurX"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feGaussianBlur stdDeviation="5.00, 0.00"]
+              [SourceGraphic]
+          RenderSVGResourceFilter {filter} [id="blurY"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+            [feGaussianBlur stdDeviation="0.00, 5.00"]
+              [SourceGraphic]
+      RenderText {#text} at (0,96) size 4x17
+        text run at (0,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (184,96) size 4x17
+        text run at (184,96) width 4: " "
+      RenderText {#text} at (368,96) size 4x17
+        text run at (368,96) width 4: " "
+      RenderText {#text} at (552,96) size 4x17
+        text run at (552,96) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (22,18) size 160x90
+  RenderImage {IMG} at (14,10) size 160x90
+layer at (206,18) size 160x90
+  RenderImage {IMG} at (198,10) size 160x90
+layer at (390,18) size 160x90
+  RenderImage {IMG} at (382,10) size 160x90
+layer at (574,18) size 160x90
+  RenderImage {IMG} at (566,10) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-saturate-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-saturate-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-saturate-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-saturate-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-saturate-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-saturate-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-sepia-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-sepia-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-sepia-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/effect-sepia-hw-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/effect-sepia-hw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/effect-sepia-hw-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (488,76) size 4x17
+        text run at (488,76) width 4: " "
+      RenderText {#text} at (652,76) size 4x17
+        text run at (652,76) width 4: " "
+      RenderText {#text} at (160,170) size 4x17
+        text run at (160,170) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90
+layer at (500,8) size 160x90
+  RenderImage {IMG} at (492,0) size 160x90
+layer at (8,102) size 160x90
+  RenderImage {IMG} at (0,94) size 160x90
+layer at (172,102) size 160x90
+  RenderImage {IMG} at (164,94) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/filters/regions-expanding-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/filters/regions-expanding-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/filters/regions-expanding-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,18 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (160,76) size 4x17
+        text run at (160,76) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (324,76) size 4x17
+        text run at (324,76) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 160x90
+  RenderImage {IMG} at (0,0) size 160x90
+layer at (172,8) size 160x90
+  RenderImage {IMG} at (164,0) size 160x90
+layer at (336,8) size 160x90
+  RenderImage {IMG} at (328,0) size 160x90

Added: trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-border-box-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-border-box-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-border-box-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]

Added: trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-content-box-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-content-box-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-content-box-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x236
+  RenderBlock {HTML} at (0,0) size 800x236
+    RenderBody {BODY} at (8,8) size 784x220
+layer at (8,8) size 220x220
+  RenderBlock {DIV} at (0,0) size 220x220 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (10,10) size 200x200 [bgcolor=#008000]

Added: trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-padding-box-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-padding-box-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/masking/clip-path-circle-padding-box-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]

Added: trunk/LayoutTests/platform/wpe/css3/masking/mask-luminance-png-expected.txt (0 => 261913)


--- trunk/LayoutTests/platform/wpe/css3/masking/mask-luminance-png-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/css3/masking/mask-luminance-png-expected.txt	2020-05-20 13:22:15 UTC (rev 261913)
@@ -0,0 +1,8 @@
+layer at (0,0) size 1008x616
+  RenderView at (0,0) size 785x585
+layer at (0,0) size 785x616
+  RenderBlock {HTML} at (0,0) size 785x616
+    RenderBody {BODY} at (8,8) size 769x600
+      RenderBlock {DIV} at (0,0) size 1000x600 [bgcolor=#008000]
+layer at (8,8) size 1000x600
+  RenderBlock {DIV} at (0,0) size 1000x600 [bgcolor=#FF0000] [border: (50px solid #0000FF)]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to