WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
208982
[WPE] imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/computed-style.html is failing since added in
r249886
https://bugs.webkit.org/show_bug.cgi?id=208982
Summary
[WPE] imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/co...
Diego Pino
Reported
2020-03-12 01:15:25 PDT
The test has been failing since added in
r249886
(Re-sync HTML web-platform-tests from upstream). Diff: -- /home/dpino/workspace/webkit-wpe/layout-test-results/retries/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/computed-style-expected.txt +++ /home/dpino/workspace/webkit-wpe/layout-test-results/retries/imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/computed-style-actual.txt @@ -3,136 +3,136 @@ FAIL computed display of <input type=reset> with display: inline assert_equals: expected "inline" but got "inline-block" FAIL computed display of <input type=button> with display: inline assert_equals: expected "inline" but got "inline-block" FAIL computed display of <input type=submit> with display: inline assert_equals: expected "inline" but got "inline-block" -FAIL computed display of <input type=color> with display: inline assert_equals: expected "inline" but got "inline-block" +FAIL computed display of <input type=text> with display: inline assert_equals: expected "inline" but got "inline-block" FAIL computed display of <button type=submit> with display: inline assert_equals: expected "inline" but got "inline-block" PASS computed display of <input type=reset> with display: block PASS computed display of <input type=button> with display: block PASS computed display of <input type=submit> with display: block -PASS computed display of <input type=color> with display: block +PASS computed display of <input type=text> with display: block PASS computed display of <button type=submit> with display: block FAIL computed display of <input type=reset> with display: list-item assert_equals: expected "list-item" but got "block" FAIL computed display of <input type=button> with display: list-item assert_equals: expected "list-item" but got "block" FAIL computed display of <input type=submit> with display: list-item assert_equals: expected "list-item" but got "block" -FAIL computed display of <input type=color> with display: list-item assert_equals: expected "list-item" but got "block" +FAIL computed display of <input type=text> with display: list-item assert_equals: expected "list-item" but got "block" FAIL computed display of <button type=submit> with display: list-item assert_equals: expected "list-item" but got "block" PASS computed display of <input type=reset> with display: inline-block PASS computed display of <input type=button> with display: inline-block PASS computed display of <input type=submit> with display: inline-block -PASS computed display of <input type=color> with display: inline-block +PASS computed display of <input type=text> with display: inline-block PASS computed display of <button type=submit> with display: inline-block FAIL computed display of <input type=reset> with display: table assert_equals: expected "table" but got "block" FAIL computed display of <input type=button> with display: table assert_equals: expected "table" but got "block" FAIL computed display of <input type=submit> with display: table assert_equals: expected "table" but got "block" -FAIL computed display of <input type=color> with display: table assert_equals: expected "table" but got "block" +FAIL computed display of <input type=text> with display: table assert_equals: expected "table" but got "block" FAIL computed display of <button type=submit> with display: table assert_equals: expected "table" but got "block" FAIL computed display of <input type=reset> with display: inline-table assert_equals: expected "inline-table" but got "inline-block" FAIL computed display of <input type=button> with display: inline-table assert_equals: expected "inline-table" but got "inline-block" FAIL computed display of <input type=submit> with display: inline-table assert_equals: expected "inline-table" but got "inline-block" -FAIL computed display of <input type=color> with display: inline-table assert_equals: expected "inline-table" but got "inline-block" +FAIL computed display of <input type=text> with display: inline-table assert_equals: expected "inline-table" but got "inline-block" FAIL computed display of <button type=submit> with display: inline-table assert_equals: expected "inline-table" but got "inline-block" FAIL computed display of <input type=reset> with display: table-row-group assert_equals: expected "table-row-group" but got "inline-block"
Attachments
Add attachment
proposed patch, testcase, etc.
Diego Pino
Comment 1
2025-06-11 02:50:56 PDT
This test started passing somewhere in the interval:
288915@main..288923@main
. The test is constantly passing now: -
https://results.webkit.org/?platform=GTK&platform=WPE&suite=layout-tests&test=imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/computed-style.html
& Probably fixed by
288922@main
. Test removed from test expectations in
295817@main
. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug