[Webkit-unassigned] [Bug 224967] New: [GTK] REGRESSION(r276448): imported/w3c/web-platform-tests/css/selectors/focus-visible-002.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 20:15:17 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224967

            Bug ID: 224967
           Summary: [GTK] REGRESSION(r276448):
                    imported/w3c/web-platform-tests/css/selectors/focus-vi
                    sible-002.html is failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

The test became a failure after r276448:

https://results.webkit.org/?platform=GTK&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fselectors%2Ffocus-visible-002.html

https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r276464%20%281341%29/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-actual.txt
@@ -26,10 +26,10 @@
 PASS Focus element INPUT#input6 via mouse should match :focus-visible as it supports keyboard input
 PASS Focus element INPUT#input7 via mouse should match :focus-visible as it supports keyboard input
 PASS Focus element INPUT#input8 via mouse should match :focus-visible as it supports keyboard input
-PASS Focus element INPUT#input9 via mouse should match :focus-visible as it supports keyboard input
-PASS Focus element INPUT#input10 via mouse should match :focus-visible as it supports keyboard input
-PASS Focus element INPUT#input11 via mouse should match :focus-visible as it supports keyboard input
-PASS Focus element INPUT#input12 via mouse should match :focus-visible as it supports keyboard input
-PASS Focus element INPUT#input13 via mouse should match :focus-visible as it supports keyboard input
+FAIL Focus element INPUT#input9 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input9 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input10 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input10 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input11 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input11 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input12 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input12 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input13 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input13 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
 PASS Focus element TEXTAREA#input14 via mouse should match :focus-visible as it supports keyboard input

The tests that are failing are related with input=date. r276448 turned on editable input=date for GTK. Perhaps it's enough with updating the test baseline to the new results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210423/4e25a12b/attachment.htm>


More information about the webkit-unassigned mailing list