Title: [259790] trunk/LayoutTests
Revision
259790
Author
dp...@igalia.com
Date
2020-04-09 04:59:09 -0700 (Thu, 09 Apr 2020)

Log Message

[WPE] Gardening, update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=210257

Unreviewed gardening.

* platform/wpe/TestExpectations:
* platform/wpe/accessibility/roles-exposed-expected.txt: Updated baseline after r259671.
* platform/wpe/fast/ruby/bopomofo-mixed-expected.txt: New baseline after r258990.
* platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: New baseline after r259059.
* platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt:  New baseline after r259194.
* platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt: New baseline after r259438.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (259789 => 259790)


--- trunk/LayoutTests/ChangeLog	2020-04-09 11:01:58 UTC (rev 259789)
+++ trunk/LayoutTests/ChangeLog	2020-04-09 11:59:09 UTC (rev 259790)
@@ -1,3 +1,17 @@
+2020-04-09  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Gardening, update TestExpectations
+        https://bugs.webkit.org/show_bug.cgi?id=210257
+
+        Unreviewed gardening.
+
+        * platform/wpe/TestExpectations:
+        * platform/wpe/accessibility/roles-exposed-expected.txt: Updated baseline after r259671.
+        * platform/wpe/fast/ruby/bopomofo-mixed-expected.txt: New baseline after r258990.
+        * platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: New baseline after r259059.
+        * platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt:  New baseline after r259194.
+        * platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt: New baseline after r259438.
+
 2020-04-08  Diego Pino Garcia  <dp...@igalia.com>
 
         [GTK] Gardening, update TestExpectations

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (259789 => 259790)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2020-04-09 11:01:58 UTC (rev 259789)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2020-04-09 11:59:09 UTC (rev 259790)
@@ -694,10 +694,15 @@
 webkit.org/b/209275 imported/w3c/web-platform-tests/css/css-writing-modes/vertical-alignment-vlr-023.xht [ ImageOnlyFailure ]
 webkit.org/b/209275 imported/w3c/web-platform-tests/css/css-writing-modes/vertical-alignment-vrl-022.xht [ ImageOnlyFailure ]
 
+webkit.org/b/209330 imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html [ Failure ]
+
+webkit.org/b/209801 imported/w3c/web-platform-tests/xhr/header-user-agent-sync.htm [ Failure ]
+
 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html [ Failure ]
 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small.html [ Failure ]
 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html [ Failure ]
 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html [ Failure ]
+webkit.org/b/210226 http/tests/cache/partitioned-cache.html [ Failure ]
 
 webkit.org/b/210236 fast/canvas/webgl/hide-some-renderer-info.html [ Failure ]
 webkit.org/b/210236 fast/canvas/webgl/webgl2-glsl3-compile.html [ Failure ]
@@ -710,6 +715,8 @@
 
 webkit.org/b/210239 fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays.html [ Failure ]
 
+webkit.org/b/210255 http/wpt/notifications/constructor-basic-bfcache.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # 3. UNRESOLVED TESTS
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -1670,7 +1677,6 @@
 webkit.org/b/201983 accessibility/math-mo-fences-and-separators.html [ Missing ]
 webkit.org/b/201983 accessibility/math-text.html [ Missing ]
 webkit.org/b/201983 accessibility/media-element.html [ Missing ]
-webkit.org/b/201983 accessibility/menu-list-sends-change-notification.html [ Missing ]
 webkit.org/b/201983 accessibility/meter-element.html [ Missing ]
 webkit.org/b/201983 accessibility/platform-name.html [ Missing ]
 webkit.org/b/201983 accessibility/svg-element-with-aria-role.html [ Missing ]

Added: trunk/LayoutTests/platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt (0 => 259790)


--- trunk/LayoutTests/platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt	2020-04-09 11:59:09 UTC (rev 259790)
@@ -0,0 +1,12 @@
+
+This tests that changing the value of a menu list sends a notification even when it's not popped open.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Load event notification received.
+MenuList received notification: AXFocusedUIElementChanged
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/wpe/accessibility/roles-exposed-expected.txt (259789 => 259790)


--- trunk/LayoutTests/platform/wpe/accessibility/roles-exposed-expected.txt	2020-04-09 11:01:58 UTC (rev 259789)
+++ trunk/LayoutTests/platform/wpe/accessibility/roles-exposed-expected.txt	2020-04-09 11:59:09 UTC (rev 259790)
@@ -488,10 +488,10 @@
       AXRole: AXSection
       
 div[role=alert]
-      AXRole: AXAlert
+      AXRole: AXNotification
       
 div[role=alertdialog]
-      AXRole: AXDialog
+      AXRole: AXAlert
       
 div[role=application]
       AXRole: AXEmbedded

Added: trunk/LayoutTests/platform/wpe/fast/ruby/bopomofo-mixed-expected.txt (0 => 259790)


--- trunk/LayoutTests/platform/wpe/fast/ruby/bopomofo-mixed-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/fast/ruby/bopomofo-mixed-expected.txt	2020-04-09 11:59:09 UTC (rev 259790)
@@ -0,0 +1,124 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x64
+  RenderBlock {HTML} at (0,0) size 800x64
+    RenderBody {BODY} at (8,8) size 784x48
+      RenderRuby (inline) {RUBY} at (0,0) size 500x36
+        RenderRubyRun (anonymous) at (0,0) size 50x48
+          RenderRubyText {RT} at (32,19) size 9x10
+            RenderRuby (inline) {RUBY} at (0,0) size 9x9
+              RenderRubyRun (anonymous) at (0,0) size 9x9
+                RenderRubyText {RT} at (9,0) size 9x9
+                  RenderText {#text} at (0,0) size 9x9
+                    text run at (0,0) width 9: "\x{2CB}"
+                RenderRubyBase (anonymous) at (0,0) size 9x9
+                  RenderText {#text} at (0,0) size 9x9
+                    text run at (0,0) width 9: "\x{3115}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{4E16}"
+        RenderRubyRun (anonymous) at (50,0) size 50x48
+          RenderRubyText {RT} at (32,15) size 9x18
+            RenderRuby (inline) {RUBY} at (0,0) size 9x18
+              RenderRubyRun (anonymous) at (0,0) size 9x18
+                RenderRubyText {RT} at (9,0) size 9x18
+                  RenderText {#text} at (0,4) size 9x10
+                    text run at (0,4) width 9: "\x{2CB}"
+                RenderRubyBase (anonymous) at (0,0) size 9x18
+                  RenderText {#text} at (0,0) size 9x18
+                    text run at (0,0) width 18: "\x{3115}\x{3124}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{4E0A}"
+        RenderRubyRun (anonymous) at (100,0) size 50x48
+          RenderRubyText {RT} at (32,19) size 9x10
+            RenderRuby (inline) {RUBY} at (0,0) size 9x9
+              RenderRubyRun (anonymous) at (0,0) size 9x9
+                RenderRubyText {RT} at (9,0) size 9x9
+                  RenderText {#text} at (0,0) size 9x9
+                    text run at (0,0) width 9: "\x{2CA}"
+                RenderRubyBase (anonymous) at (0,0) size 9x9
+                  RenderText {#text} at (0,0) size 9x9
+                    text run at (0,0) width 9: "\x{3128}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{7121}"
+        RenderRubyRun (anonymous) at (150,0) size 50x48
+          RenderRubyText {RT} at (32,15) size 9x18
+            RenderRuby (inline) {RUBY} at (0,0) size 9x18
+              RenderRubyRun (anonymous) at (0,0) size 9x18
+                RenderRubyText {RT} at (9,0) size 9x18
+                  RenderText {#text} at (0,4) size 9x10
+                    text run at (0,4) width 9: "\x{2CA}"
+                RenderRubyBase (anonymous) at (0,0) size 9x18
+                  RenderText {#text} at (0,0) size 9x18
+                    text run at (0,0) width 18: "\x{310B}\x{3122}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{96E3}"
+        RenderRubyRun (anonymous) at (200,0) size 50x48
+          RenderRubyText {RT} at (32,19) size 9x10
+            RenderRuby (inline) {RUBY} at (0,0) size 9x9
+              RenderRubyRun (anonymous) at (0,0) size 9x9
+                RenderRubyText {RT} at (9,0) size 9x9
+                  RenderText {#text} at (0,0) size 9x9
+                    text run at (0,0) width 9: "\x{2CB}"
+                RenderRubyBase (anonymous) at (0,0) size 9x9
+                  RenderText {#text} at (0,0) size 9x9
+                    text run at (0,0) width 9: "\x{3115}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{4E8B}"
+        RenderRubyRun (anonymous) at (250,0) size 50x48
+          RenderRubyText {RT} at (32,15) size 9x18
+            RenderText {#text} at (0,0) size 9x18
+              text run at (0,0) width 18: "\x{3113}\x{2C7}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{53EA}"
+        RenderRubyRun (anonymous) at (300,0) size 50x48
+          RenderRubyText {RT} at (32,15) size 9x18
+            RenderRuby (inline) {RUBY} at (0,0) size 9x18
+              RenderRubyRun (anonymous) at (0,0) size 9x18
+                RenderRubyText {RT} at (9,0) size 9x18
+                  RenderText {#text} at (0,4) size 9x10
+                    text run at (0,4) width 9: "\x{2CB}"
+                RenderRubyBase (anonymous) at (0,0) size 9x18
+                  RenderText {#text} at (0,0) size 9x18
+                    text run at (0,0) width 18: "\x{3106}\x{311A}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{6015}"
+        RenderRubyRun (anonymous) at (350,0) size 50x48
+          RenderRubyText {RT} at (32,15) size 9x18
+            RenderRuby (inline) {RUBY} at (0,0) size 9x18
+              RenderRubyRun (anonymous) at (0,0) size 9x18
+                RenderRubyText {RT} at (9,0) size 9x18
+                  RenderText {#text} at (0,4) size 9x10
+                    text run at (0,4) width 9: "\x{2C7}"
+                RenderRubyBase (anonymous) at (0,0) size 9x18
+                  RenderText {#text} at (0,0) size 9x18
+                    text run at (0,0) width 18: "\x{3127}\x{3121}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{6709}"
+        RenderRubyRun (anonymous) at (400,0) size 50x48
+          RenderRubyText {RT} at (32,10) size 9x28
+            RenderText {#text} at (0,0) size 9x27
+              text run at (0,0) width 27: "\x{3112}\x{3127}\x{3123}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{5FC3}"
+        RenderRubyRun (anonymous) at (450,0) size 50x48
+          RenderRubyText {RT} at (32,15) size 9x18
+            RenderRuby (inline) {RUBY} at (0,0) size 9x18
+              RenderRubyRun (anonymous) at (0,0) size 9x18
+                RenderRubyText {RT} at (9,0) size 9x18
+                  RenderText {#text} at (0,4) size 9x10
+                    text run at (0,4) width 9: "\x{2CA}"
+                RenderRubyBase (anonymous) at (0,0) size 9x18
+                  RenderText {#text} at (0,0) size 9x18
+                    text run at (0,0) width 18: "\x{3116}\x{3123}"
+          RenderRubyBase (anonymous) at (0,0) size 32x48
+            RenderText {#text} at (0,6) size 32x36
+              text run at (0,6) width 32: "\x{4EBA}"

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt (0 => 259790)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt	2020-04-09 11:59:09 UTC (rev 259790)
@@ -0,0 +1,5 @@
+XXX
+
+FAIL {Element,Range}.prototype.getBoundingClientRect on SVG <tspan>, Element assert_equals: left expected 108 but got 8
+FAIL {Element,Range}.prototype.getBoundingClientRect on SVG <tspan>, Range assert_equals: left expected 108 but got 80
+

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt (0 => 259790)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt	2020-04-09 11:59:09 UTC (rev 259790)
@@ -0,0 +1,7 @@
+This test checks that any element focused via an autofocus attribute will have :focus-visible matching enabled.
+If the button that says "I will be focused automatically" has a red background, then the test result is FAILURE. If it has a green outline, then the test result is SUCCESS.
+
+I will be focused automatically.
+
+FAIL Autofocus should match :focus-visible assert_equals: expected "rgb(0, 100, 0)" but got "rgb(0, 0, 0)"
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to