Update test expectations. Mark script loads as complete when the response is complete.

This commit is contained in:
Josh Matthews 2015-05-21 09:53:19 -04:00
parent 8082df7d0d
commit ef8a127156
11 changed files with 14 additions and 39 deletions

View file

@ -1,5 +0,0 @@
[async_008.htm]
type: testharness
[Async script element execution delays the window's load event]
expected: FAIL

View file

@ -1,5 +0,0 @@
[081.html]
type: testharness
[ scheduler: slow loading external script added with DOM (appendChild)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[082.html]
type: testharness
[ scheduler: multiple slow loading external scripts added with DOM (appendChild)]
expected: FAIL

View file

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

View file

@ -1,4 +0,0 @@
[095.html]
type: testharness
[ scheduler: slow-loading script added from defer blocking load event]
expected: FAIL

View file

@ -1,8 +1,5 @@
[122.html]
type: testharness
[scheduler: altering the type attribute and adding/removing external script ]
expected: FAIL
[Reinserted script async IDL attribute]
expected: FAIL

View file

@ -1,5 +0,0 @@
[125.html]
type: testharness
[scheduler: altering the type attribute and changing script data external script ]
expected: FAIL

View file

@ -1,5 +0,0 @@
[130.html]
type: testharness
[scheduler: appending external script element to script ]
expected: FAIL

View file

@ -0,0 +1,5 @@
[134.html]
type: testharness
[scheduler: external HTML script added by SVG script]
expected: FAIL