Rewrite how parser handles script scheduling

This commit is contained in:
Anthony Ramine 2016-11-20 01:33:21 +01:00
parent e1eff691f8
commit c801327eab
10 changed files with 54 additions and 100 deletions

View file

@ -1,5 +0,0 @@
[async_003.htm]
type: testharness
[An async script does not block the parser while downloading]
expected: FAIL

View file

@ -1,5 +0,0 @@
[async_004.htm]
type: testharness
[async script executes as soon as possible after a download is complete]
expected: FAIL

View file

@ -1,5 +0,0 @@
[async_005.htm]
type: testharness
[A script element with both async and defer set should execute asynchronously]
expected: FAIL

View file

@ -1,5 +0,0 @@
[086.html]
type: testharness
[ scheduler: async script and slow-loading async script]
expected: FAIL

View file

@ -1,5 +0,0 @@
[088.html]
type: testharness
[ scheduler: multiple scripts with defer and async attributes]
expected: FAIL

View file

@ -1,5 +0,0 @@
[111.html]
type: testharness
[ scheduler: removing async attribute at runtime]
expected: FAIL

View file

@ -1,5 +0,0 @@
[112.html]
type: testharness
[ scheduler: removing async attribute at runtime, script also has defer attribute]
expected: FAIL