Cargoify servo

This commit is contained in:
Jack Moffitt 2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View file

@ -0,0 +1,5 @@
[async_001.htm]
type: testharness
[Async property on a dynamically-created script is true by default]
expected: FAIL

View file

@ -0,0 +1,5 @@
[async_002.htm]
type: testharness
[Test \'async\' attribute are reflected in the async property with setAttribute]
expected: FAIL

View file

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

View file

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

View file

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

View file

@ -0,0 +1,5 @@
[async_006.htm]
type: testharness
[dynamically created external script executes asynchronously]
expected: FAIL

View file

@ -0,0 +1,5 @@
[async_007.htm]
type: testharness
[Ordered async script execution when script.async == false]
expected: FAIL

View file

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

View file

@ -0,0 +1,5 @@
[async_009.htm]
type: testharness
[Document.write() silently fails from an Async script]
expected: FAIL

View file

@ -0,0 +1,5 @@
[async_010.htm]
type: testharness
[Removing an async script before execution]
expected: FAIL

View file

@ -0,0 +1,5 @@
[async_011.htm]
type: testharness
[An empty parser-inserted script element should return async=true]
expected: FAIL

View file

@ -0,0 +1,5 @@
[script-before-after-events.html]
type: testharness
[\'beforescriptexecute\'/\'afterscriptexecute\' events have been fired]
expected: FAIL

View file

@ -0,0 +1,26 @@
[script-for-event.html]
type: testharness
[Script 0]
expected: FAIL
[Script 1]
expected: FAIL
[Script 2]
expected: FAIL
[Script 3]
expected: FAIL
[Script 4]
expected: FAIL
[Script 5]
expected: FAIL
[Script 6]
expected: FAIL
[Script 7]
expected: FAIL

View file

@ -0,0 +1,5 @@
[script-for-event.xhtml]
type: testharness
[Scripts with for and event attributes should not run.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[script-for-onload.html]
type: testharness
[Script for and onload attributes]
expected: FAIL

View file

@ -0,0 +1,656 @@
[script-languages-02.html]
type: testharness
[Script should run with type=""]
expected: FAIL
[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="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="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=" 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="application/ecmascript\\t"]
expected: FAIL
[Script should run with type="application/javascript\\t"]
expected: FAIL
[Script should run with type="application/x-ecmascript\\t"]
expected: FAIL
[Script should run with type="application/x-javascript\\t"]
expected: FAIL
[Script should run with type="\\tapplication/ecmascript"]
expected: FAIL
[Script should run with type="\\tapplication/javascript"]
expected: FAIL
[Script should run with type="\\tapplication/x-ecmascript"]
expected: FAIL
[Script should run with type="\\tapplication/x-javascript"]
expected: FAIL
[Script should run with type="application/ecmascript\\n"]
expected: FAIL
[Script should run with type="application/javascript\\n"]
expected: FAIL
[Script should run with type="application/x-ecmascript\\n"]
expected: FAIL
[Script should run with type="application/x-javascript\\n"]
expected: FAIL
[Script should run with type="\\napplication/ecmascript"]
expected: FAIL
[Script should run with type="\\napplication/javascript"]
expected: FAIL
[Script should run with type="\\napplication/x-ecmascript"]
expected: FAIL
[Script should run with type="\\napplication/x-javascript"]
expected: FAIL
[Script should run with type="application/ecmascript\\r"]
expected: FAIL
[Script should run with type="application/javascript\\r"]
expected: FAIL
[Script should run with type="application/x-ecmascript\\r"]
expected: FAIL
[Script should run with type="application/x-javascript\\r"]
expected: FAIL
[Script should run with type="\\rapplication/ecmascript"]
expected: FAIL
[Script should run with type="\\rapplication/javascript"]
expected: FAIL
[Script should run with type="\\rapplication/x-ecmascript"]
expected: FAIL
[Script should run with type="\\rapplication/x-javascript"]
expected: FAIL
[Script should run with type="application/ecmascript\\f"]
expected: FAIL
[Script should run with type="application/javascript\\f"]
expected: FAIL
[Script should run with type="application/x-ecmascript\\f"]
expected: FAIL
[Script should run with type="application/x-javascript\\f"]
expected: FAIL
[Script should run with type="\\fapplication/ecmascript"]
expected: FAIL
[Script should run with type="\\fapplication/javascript"]
expected: FAIL
[Script should run with type="\\fapplication/x-ecmascript"]
expected: FAIL
[Script should run with type="\\fapplication/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 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 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 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 type="text/ecmascript\\t"]
expected: FAIL
[Script should run with type="text/javascript\\t"]
expected: FAIL
[Script should run with type="text/javascript1.0\\t"]
expected: FAIL
[Script should run with type="text/javascript1.1\\t"]
expected: FAIL
[Script should run with type="text/javascript1.2\\t"]
expected: FAIL
[Script should run with type="text/javascript1.3\\t"]
expected: FAIL
[Script should run with type="text/javascript1.4\\t"]
expected: FAIL
[Script should run with type="text/javascript1.5\\t"]
expected: FAIL
[Script should run with type="text/jscript\\t"]
expected: FAIL
[Script should run with type="text/livescript\\t"]
expected: FAIL
[Script should run with type="text/x-ecmascript\\t"]
expected: FAIL
[Script should run with type="text/x-javascript\\t"]
expected: FAIL
[Script should run with type="\\ttext/ecmascript"]
expected: FAIL
[Script should run with type="\\ttext/javascript"]
expected: FAIL
[Script should run with type="\\ttext/javascript1.0"]
expected: FAIL
[Script should run with type="\\ttext/javascript1.1"]
expected: FAIL
[Script should run with type="\\ttext/javascript1.2"]
expected: FAIL
[Script should run with type="\\ttext/javascript1.3"]
expected: FAIL
[Script should run with type="\\ttext/javascript1.4"]
expected: FAIL
[Script should run with type="\\ttext/javascript1.5"]
expected: FAIL
[Script should run with type="\\ttext/jscript"]
expected: FAIL
[Script should run with type="\\ttext/livescript"]
expected: FAIL
[Script should run with type="\\ttext/x-ecmascript"]
expected: FAIL
[Script should run with type="\\ttext/x-javascript"]
expected: FAIL
[Script should run with type="text/ecmascript\\n"]
expected: FAIL
[Script should run with type="text/javascript\\n"]
expected: FAIL
[Script should run with type="text/javascript1.0\\n"]
expected: FAIL
[Script should run with type="text/javascript1.1\\n"]
expected: FAIL
[Script should run with type="text/javascript1.2\\n"]
expected: FAIL
[Script should run with type="text/javascript1.3\\n"]
expected: FAIL
[Script should run with type="text/javascript1.4\\n"]
expected: FAIL
[Script should run with type="text/javascript1.5\\n"]
expected: FAIL
[Script should run with type="text/jscript\\n"]
expected: FAIL
[Script should run with type="text/livescript\\n"]
expected: FAIL
[Script should run with type="text/x-ecmascript\\n"]
expected: FAIL
[Script should run with type="text/x-javascript\\n"]
expected: FAIL
[Script should run with type="\\ntext/ecmascript"]
expected: FAIL
[Script should run with type="\\ntext/javascript"]
expected: FAIL
[Script should run with type="\\ntext/javascript1.0"]
expected: FAIL
[Script should run with type="\\ntext/javascript1.1"]
expected: FAIL
[Script should run with type="\\ntext/javascript1.2"]
expected: FAIL
[Script should run with type="\\ntext/javascript1.3"]
expected: FAIL
[Script should run with type="\\ntext/javascript1.4"]
expected: FAIL
[Script should run with type="\\ntext/javascript1.5"]
expected: FAIL
[Script should run with type="\\ntext/jscript"]
expected: FAIL
[Script should run with type="\\ntext/livescript"]
expected: FAIL
[Script should run with type="\\ntext/x-ecmascript"]
expected: FAIL
[Script should run with type="\\ntext/x-javascript"]
expected: FAIL
[Script should run with type="text/ecmascript\\r"]
expected: FAIL
[Script should run with type="text/javascript\\r"]
expected: FAIL
[Script should run with type="text/javascript1.0\\r"]
expected: FAIL
[Script should run with type="text/javascript1.1\\r"]
expected: FAIL
[Script should run with type="text/javascript1.2\\r"]
expected: FAIL
[Script should run with type="text/javascript1.3\\r"]
expected: FAIL
[Script should run with type="text/javascript1.4\\r"]
expected: FAIL
[Script should run with type="text/javascript1.5\\r"]
expected: FAIL
[Script should run with type="text/jscript\\r"]
expected: FAIL
[Script should run with type="text/livescript\\r"]
expected: FAIL
[Script should run with type="text/x-ecmascript\\r"]
expected: FAIL
[Script should run with type="text/x-javascript\\r"]
expected: FAIL
[Script should run with type="\\rtext/ecmascript"]
expected: FAIL
[Script should run with type="\\rtext/javascript"]
expected: FAIL
[Script should run with type="\\rtext/javascript1.0"]
expected: FAIL
[Script should run with type="\\rtext/javascript1.1"]
expected: FAIL
[Script should run with type="\\rtext/javascript1.2"]
expected: FAIL
[Script should run with type="\\rtext/javascript1.3"]
expected: FAIL
[Script should run with type="\\rtext/javascript1.4"]
expected: FAIL
[Script should run with type="\\rtext/javascript1.5"]
expected: FAIL
[Script should run with type="\\rtext/jscript"]
expected: FAIL
[Script should run with type="\\rtext/livescript"]
expected: FAIL
[Script should run with type="\\rtext/x-ecmascript"]
expected: FAIL
[Script should run with type="\\rtext/x-javascript"]
expected: FAIL
[Script should run with type="text/ecmascript\\f"]
expected: FAIL
[Script should run with type="text/javascript\\f"]
expected: FAIL
[Script should run with type="text/javascript1.0\\f"]
expected: FAIL
[Script should run with type="text/javascript1.1\\f"]
expected: FAIL
[Script should run with type="text/javascript1.2\\f"]
expected: FAIL
[Script should run with type="text/javascript1.3\\f"]
expected: FAIL
[Script should run with type="text/javascript1.4\\f"]
expected: FAIL
[Script should run with type="text/javascript1.5\\f"]
expected: FAIL
[Script should run with type="text/jscript\\f"]
expected: FAIL
[Script should run with type="text/livescript\\f"]
expected: FAIL
[Script should run with type="text/x-ecmascript\\f"]
expected: FAIL
[Script should run with type="text/x-javascript\\f"]
expected: FAIL
[Script should run with type="\\ftext/ecmascript"]
expected: FAIL
[Script should run with type="\\ftext/javascript"]
expected: FAIL
[Script should run with type="\\ftext/javascript1.0"]
expected: FAIL
[Script should run with type="\\ftext/javascript1.1"]
expected: FAIL
[Script should run with type="\\ftext/javascript1.2"]
expected: FAIL
[Script should run with type="\\ftext/javascript1.3"]
expected: FAIL
[Script should run with type="\\ftext/javascript1.4"]
expected: FAIL
[Script should run with type="\\ftext/javascript1.5"]
expected: FAIL
[Script should run with type="\\ftext/jscript"]
expected: FAIL
[Script should run with type="\\ftext/livescript"]
expected: FAIL
[Script should run with type="\\ftext/x-ecmascript"]
expected: FAIL
[Script should run with type="\\ftext/x-javascript"]
expected: FAIL
[Script should run with language=""]
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
[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

View file

@ -0,0 +1,5 @@
[script-noembed-noframes-iframe.xhtml]
type: testharness
[Script inside noembed, noframes and iframe]
expected: FAIL

View file

@ -0,0 +1,5 @@
[script-onload-string.html]
type: testharness
[Setting onload to a string should convert to null.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[script-text.xhtml]
type: testharness
expected: TIMEOUT