mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
This removes the old code for asyncronously loading scripts during HTML parsing and then executing them afterward. Fixes #3356.
87 lines
2.0 KiB
INI
87 lines
2.0 KiB
INI
[script-languages-02.html]
|
|
type: testharness
|
|
[Script should run with type="APPLICATION/ECMASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="APPLICATION/JAVASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="APPLICATION/X-ECMASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="APPLICATION/X-JAVASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/ECMASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JAVASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JAVASCRIPT1.0"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JAVASCRIPT1.1"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JAVASCRIPT1.2"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JAVASCRIPT1.3"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JAVASCRIPT1.4"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JAVASCRIPT1.5"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/JSCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/LIVESCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/X-ECMASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with type="TEXT/X-JAVASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="ECMASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JAVASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JAVASCRIPT1.0"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JAVASCRIPT1.1"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JAVASCRIPT1.2"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JAVASCRIPT1.3"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JAVASCRIPT1.4"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JAVASCRIPT1.5"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="JSCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="LIVESCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="X-ECMASCRIPT"]
|
|
expected: FAIL
|
|
|
|
[Script should run with language="X-JAVASCRIPT"]
|
|
expected: FAIL
|
|
|