Bug 208982 - [WPE] imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/computed-style.html is failing since added in r249886
Summary: [WPE] imported/w3c/web-platform-tests/html/rendering/widgets/button-layout/co...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-12 01:15 PDT by Diego Pino
Modified: 2020-03-12 01:15 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 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"