mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #9136 - frewsxcv:htmlbodyelement-background, r=nox
HTMLBodyElement 'background' attribute improvements <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9136) <!-- Reviewable:end -->
This commit is contained in:
commit
1b0053f8b1
6 changed files with 46 additions and 148 deletions
|
@ -2169,9 +2169,6 @@
|
|||
[HTMLBodyElement interface: attribute aLink]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute background]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute onafterprint]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2214,9 +2211,6 @@
|
|||
[HTMLBodyElement interface: document.createElement("body") must inherit property "aLink" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "background" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "onafterprint" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -846,135 +846,6 @@
|
|||
[body.aLink: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: 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 " followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to "" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: 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 " followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to undefined followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to 7 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to 1.5 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to true followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to false followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to object "[object Object\]" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to NaN followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to -Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to "\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to null followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to object "test-toString" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.itemScope: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue