mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #5868 - nox:document-legacy, r=jdm
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5868) <!-- Reviewable:end -->
This commit is contained in:
commit
9ec2ce0dec
9 changed files with 98 additions and 295 deletions
|
@ -72,9 +72,6 @@
|
|||
[Document interface: attribute alinkColor]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute bgColor]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation clear()]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1170,9 +1167,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "alinkColor" with the proper type (74)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "bgColor" with the proper type (75)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "clear" with the proper type (78)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2379,9 +2373,6 @@
|
|||
[HTMLBodyElement interface: attribute aLink]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute bgColor]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: attribute background]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2433,9 +2424,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 "bgColor" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBodyElement interface: document.createElement("body") must inherit property "background" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -975,135 +975,6 @@
|
|||
[body.aLink: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: 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.bgColor: setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to "" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: 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.bgColor: IDL set to undefined followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to 7 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to 1.5 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to true followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to false followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to object "[object Object\]" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to NaN followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to -Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to "\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to null followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to object "test-toString" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.bgColor: IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[body.background: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -13302,135 +13173,6 @@
|
|||
[#document.alinkColor (<body alink>): IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL get with DOM attribute unset]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to "" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): 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
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to "\\0" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): setAttribute() to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to "" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): 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
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to undefined followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to undefined followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to 7 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to 7 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to 1.5 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to 1.5 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to true followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to true followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to false followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to false followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to object "[object Object\]" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to object "[object Object\]" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to NaN followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to NaN followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to -Infinity followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to -Infinity followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to "\\0" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to null followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to null followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to object "test-toString" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to object "test-toString" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[#document.bgColor (<body bgcolor>): IDL set to object "test-valueOf" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[meta.itemValue (<meta content>): typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
[document: fg/bg/link/vlink/alink-color 1]
|
||||
expected: FAIL
|
||||
|
||||
[document: fg/bg/link/vlink/alink-color 2]
|
||||
expected: FAIL
|
||||
|
||||
[document: fg/bg/link/vlink/alink-color 3]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
[document: fg/bg/link/vlink/alink-color 1]
|
||||
expected: FAIL
|
||||
|
||||
[document: fg/bg/link/vlink/alink-color 2]
|
||||
expected: FAIL
|
||||
|
||||
[document: fg/bg/link/vlink/alink-color 3]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
[document: fg/bg/link/vlink/alink-color 1]
|
||||
expected: FAIL
|
||||
|
||||
[document: fg/bg/link/vlink/alink-color 2]
|
||||
expected: FAIL
|
||||
|
||||
[document: fg/bg/link/vlink/alink-color 3]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue