mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Implement Document.currentScript
This commit is contained in:
parent
8ad3c5aeb6
commit
5f5d1246ef
5 changed files with 24 additions and 31 deletions
|
@ -1,14 +0,0 @@
|
|||
[Document.currentScript.html]
|
||||
type: testharness
|
||||
[Script parse-inline]
|
||||
expected: FAIL
|
||||
|
||||
[Script parse-ext]
|
||||
expected: FAIL
|
||||
|
||||
[Script dom-inline]
|
||||
expected: FAIL
|
||||
|
||||
[Script dom-ext]
|
||||
expected: FAIL
|
||||
|
|
@ -15,9 +15,6 @@
|
|||
[Document interface: attribute cssElementMap]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute currentScript]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation open(DOMString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1098,9 +1095,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "cssElementMap" with the proper type (52)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "currentScript" with the proper type (53)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "open" with the proper type (54)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9821,4 +9815,3 @@
|
|||
|
||||
[Window interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue