Title: [259285] trunk/LayoutTests
Revision
259285
Author
dp...@igalia.com
Date
2020-03-31 05:58:32 -0700 (Tue, 31 Mar 2020)

Log Message

[GTK] Gardening, update TestExpectations and add baseline
https://bugs.webkit.org/show_bug.cgi?id=209803

Unreviewed gardening.

* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (259284 => 259285)


--- trunk/LayoutTests/ChangeLog	2020-03-31 09:38:35 UTC (rev 259284)
+++ trunk/LayoutTests/ChangeLog	2020-03-31 12:58:32 UTC (rev 259285)
@@ -1,3 +1,13 @@
+2020-03-31  Diego Pino Garcia  <dp...@igalia.com>
+
+        [GTK] Gardening, update TestExpectations and add baseline
+        https://bugs.webkit.org/show_bug.cgi?id=209803
+
+        Unreviewed gardening.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: Added.
+
 2020-03-30  Antti Koivisto  <an...@apple.com>
 
         Delete css-modsel-* tests under css3/ and fast/

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (259284 => 259285)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-03-31 09:38:35 UTC (rev 259284)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-03-31 12:58:32 UTC (rev 259285)
@@ -1369,6 +1369,8 @@
 
 webkit.org/b/209727 fast/forms/placeholder-content-line-height.html [ ImageOnlyFailure ]
 
+webkit.org/b/209801 imported/w3c/web-platform-tests/xhr/header-user-agent-sync.htm [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Expected failures.
 #

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


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt	2020-03-31 12:58:32 UTC (rev 259285)
@@ -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