mirror of
https://github.com/servo/servo.git
synced 2025-07-14 10:53:42 +01:00
Implement HTMLScriptElement async attribute
This commit is contained in:
parent
89c210f2c8
commit
91717ab17c
14 changed files with 12 additions and 59 deletions
|
@ -1,5 +0,0 @@
|
|||
[async_001.htm]
|
||||
type: testharness
|
||||
[Async property on a dynamically-created script is true by default]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[async_002.htm]
|
||||
type: testharness
|
||||
[Test 'async' attribute are reflected in the async property with setAttribute]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[async_007.htm]
|
||||
type: testharness
|
||||
[Ordered async script execution when script.async == false]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[async_010.htm]
|
||||
type: testharness
|
||||
[Removing an async script before execution]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[async_011.htm]
|
||||
type: testharness
|
||||
[An empty parser-inserted script element should return async=true]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue