Implement 'background' IDL attribute on <body>

This commit is contained in:
Corey Farwell
2016-01-02 14:02:28 -08:00
parent c0835ec336
commit 9a1fd472ab
4 changed files with 12 additions and 136 deletions

View File

@@ -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