diff options
author | Stephen Muss <stephenmuss@gmail.com> | 2025-03-19 18:57:43 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 07:57:43 +0000 |
commit | 07e06f5635b95b90144caa198a941fc024f606b7 (patch) | |
tree | c61ebe6a3f1f32dea92b2de62168fd2f87d68a6e /tests/wpt/meta | |
parent | a442a113306906d89936aaa833c043bb3e651ba8 (diff) | |
download | servo-07e06f5635b95b90144caa198a941fc024f606b7.tar.gz servo-07e06f5635b95b90144caa198a941fc024f606b7.zip |
Support align attribute on HTMLParagraphElement interface (#36054)
Signed-off-by: Stephen Muss <stephenmuss@gmail.com>
Diffstat (limited to 'tests/wpt/meta')
-rw-r--r-- | tests/wpt/meta/html/dom/idlharness.https.html.ini | 6 | ||||
-rw-r--r-- | tests/wpt/meta/html/dom/reflection-grouping.html.ini | 114 |
2 files changed, 0 insertions, 120 deletions
diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini index e30c6e3ca8c..4f695f94a80 100644 --- a/tests/wpt/meta/html/dom/idlharness.https.html.ini +++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini @@ -6292,12 +6292,6 @@ [HTMLHeadingElement interface: document.createElement("h1") must inherit property "align" with the proper type] expected: FAIL - [HTMLParagraphElement interface: attribute align] - expected: FAIL - - [HTMLParagraphElement interface: document.createElement("p") must inherit property "align" with the proper type] - expected: FAIL - [HTMLHRElement interface: attribute noShade] expected: FAIL diff --git a/tests/wpt/meta/html/dom/reflection-grouping.html.ini b/tests/wpt/meta/html/dom/reflection-grouping.html.ini index 41b71e15802..556eea039e9 100644 --- a/tests/wpt/meta/html/dom/reflection-grouping.html.ini +++ b/tests/wpt/meta/html/dom/reflection-grouping.html.ini @@ -191,120 +191,6 @@ [p.tabIndex: IDL set to -2147483648] expected: FAIL - [p.align: typeof IDL attribute] - expected: FAIL - - [p.align: IDL get with DOM attribute unset] - expected: FAIL - - [p.align: setAttribute() to ""] - expected: FAIL - - [p.align: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "] - expected: FAIL - - [p.align: setAttribute() to undefined] - expected: FAIL - - [p.align: setAttribute() to 7] - expected: FAIL - - [p.align: setAttribute() to 1.5] - expected: FAIL - - [p.align: setAttribute() to "5%"] - expected: FAIL - - [p.align: setAttribute() to "+100"] - expected: FAIL - - [p.align: setAttribute() to ".5"] - expected: FAIL - - [p.align: setAttribute() to true] - expected: FAIL - - [p.align: setAttribute() to false] - expected: FAIL - - [p.align: setAttribute() to object "[object Object\]"] - expected: FAIL - - [p.align: setAttribute() to NaN] - expected: FAIL - - [p.align: setAttribute() to Infinity] - expected: FAIL - - [p.align: setAttribute() to -Infinity] - expected: FAIL - - [p.align: setAttribute() to "\\0"] - expected: FAIL - - [p.align: setAttribute() to null] - expected: FAIL - - [p.align: setAttribute() to object "test-toString"] - expected: FAIL - - [p.align: setAttribute() to object "test-valueOf"] - expected: FAIL - - [p.align: IDL set to ""] - expected: FAIL - - [p.align: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo "] - expected: FAIL - - [p.align: IDL set to undefined] - expected: FAIL - - [p.align: IDL set to 7] - expected: FAIL - - [p.align: IDL set to 1.5] - expected: FAIL - - [p.align: IDL set to "5%"] - expected: FAIL - - [p.align: IDL set to "+100"] - expected: FAIL - - [p.align: IDL set to ".5"] - expected: FAIL - - [p.align: IDL set to true] - expected: FAIL - - [p.align: IDL set to false] - expected: FAIL - - [p.align: IDL set to object "[object Object\]"] - expected: FAIL - - [p.align: IDL set to NaN] - expected: FAIL - - [p.align: IDL set to Infinity] - expected: FAIL - - [p.align: IDL set to -Infinity] - expected: FAIL - - [p.align: IDL set to "\\0"] - expected: FAIL - - [p.align: IDL set to null] - expected: FAIL - - [p.align: IDL set to object "test-toString"] - expected: FAIL - - [p.align: IDL set to object "test-valueOf"] - expected: FAIL - [hr.accessKey: typeof IDL attribute] expected: FAIL |