Bug 264571 - [WPE][GTK] imported/w3c/web-platform-tests/css/css-lists/parsing/list-style-computed.sub.html fails
Summary: [WPE][GTK] imported/w3c/web-platform-tests/css/css-lists/parsing/list-style-c...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-10 06:28 PST by Philippe Normand
Modified: 2023-11-10 06:28 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2023-11-10 06:28:58 PST
--- /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-lists/parsing/list-style-computed.sub-expected.txt
+++ /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-lists/parsing/list-style-computed.sub-actual.txt
@@ -1,7 +1,7 @@
 
-PASS Property list-style value 'none'
-PASS Property list-style value 'inside'
-PASS Property list-style value 'url("https://web-platform.test/")'
-PASS Property list-style value 'square'
+FAIL Property list-style value 'outside none none' assert_equals: expected "none" but got "outside none none"
+FAIL Property list-style value 'inside none disc' assert_equals: expected "inside" but got "inside none disc"
+FAIL Property list-style value 'outside url("https://web-platform.test/") disc' assert_equals: expected "url(\"https://web-platform.test/\")" but got "outside url(\"https://web-platform.test/\") disc"
+FAIL Property list-style value 'outside none square' assert_equals: expected "square" but got "outside none square"
 PASS Property list-style value 'inside url("https://web-platform.test/") square'