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,29 @@
[event-handler-spec-example.html]
type: testharness
[Event handler listeners should be registered when they are first set to an object value (object "[object Object\]").]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value (function "function () {}").]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value (object "42").]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value (object "").]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value (42).]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value (null).]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value (undefined).]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value ("").]
expected: FAIL
[Event handler listeners should be registered when they are first set to an object value.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[body-onerror-compile-error-data-url.html]
type: testharness
[<]
expected: FAIL

View file

@ -0,0 +1,5 @@
[body-onerror-compile-error.html]
type: testharness
[<]
expected: FAIL

View file

@ -0,0 +1,5 @@
[body-onerror-runtime-error.html]
type: testharness
[<]
expected: FAIL

View file

@ -0,0 +1,9 @@
[compile-error-cross-origin-setInterval.html]
type: testharness
expected: TIMEOUT
[window.onerror - compile error in cross-origin setInterval]
expected: NOTRUN
[window.onerror - compile error in cross-origin setInterval (column)]
expected: NOTRUN

View file

@ -0,0 +1,9 @@
[compile-error-cross-origin-setTimeout.html]
type: testharness
expected: TIMEOUT
[window.onerror - compile error in cross-origin setTimeout]
expected: NOTRUN
[window.onerror - compile error in cross-origin setTimeout (column)]
expected: NOTRUN

View file

@ -0,0 +1,8 @@
[compile-error-cross-origin.html]
type: testharness
[window.onerror - compile error in ]
expected: FAIL
[window.onerror - compile error in <script src=//www1...> (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[compile-error-data-url.html]
type: testharness
[window.onerror - compile error in ]
expected: FAIL
[window.onerror - compile error in <script src=data:...> (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[compile-error-in-attribute.html]
type: testharness
[window.onerror - compile error in attribute]
expected: FAIL
[window.onerror - compile error in attribute (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[compile-error-in-setInterval.html]
type: testharness
[window.onerror - compile error in setInterval]
expected: FAIL
[window.onerror - compile error in setInterval (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[compile-error-in-setTimeout.html]
type: testharness
[window.onerror - compile error in setTimeout]
expected: FAIL
[window.onerror - compile error in setTimeout (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[compile-error-same-origin.html]
type: testharness
[window.onerror - compile error in ]
expected: FAIL
[window.onerror - compile error in <script src=...> (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[compile-error.html]
type: testharness
[window.onerror - compile error in ]
expected: FAIL
[window.onerror - compile error in <script> (column)]
expected: FAIL

View file

@ -0,0 +1,9 @@
[runtime-error-cross-origin-setInterval.html]
type: testharness
expected: TIMEOUT
[window.onerror - runtime error in cross-origin setInterval]
expected: NOTRUN
[window.onerror - runtime error in cross-origin setInterval (column)]
expected: NOTRUN

View file

@ -0,0 +1,9 @@
[runtime-error-cross-origin-setTimeout.html]
type: testharness
expected: TIMEOUT
[window.onerror - runtime error in cross-origin setTimeout]
expected: NOTRUN
[window.onerror - runtime error in cross-origin setTimeout (column)]
expected: NOTRUN

View file

@ -0,0 +1,8 @@
[runtime-error-cross-origin.html]
type: testharness
[window.onerror - runtime error in ]
expected: FAIL
[window.onerror - runtime error in <script src=//www1...> (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[runtime-error-data-url.html]
type: testharness
[window.onerror - runtime error in ]
expected: FAIL
[window.onerror - runtime error in <script src=data:...> (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[runtime-error-in-attribute.html]
type: testharness
[window.onerror - runtime error in attribute]
expected: FAIL
[window.onerror - runtime error in attribute (column)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[runtime-error-in-body-onerror.html]
type: testharness
[runtime error in ]
expected: FAIL

View file

@ -0,0 +1,8 @@
[runtime-error-in-setInterval.html]
type: testharness
[window.onerror - runtime error in setInterval]
expected: FAIL
[window.onerror - runtime error in setInterval (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[runtime-error-in-setTimeout.html]
type: testharness
[window.onerror - runtime error in setTimeout]
expected: FAIL
[window.onerror - runtime error in setTimeout (column)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[runtime-error-in-window-onerror.html]
type: testharness
[runtime error in window.onerror]
expected: FAIL

View file

@ -0,0 +1,8 @@
[runtime-error-same-origin.html]
type: testharness
[window.onerror - runtime error in ]
expected: FAIL
[window.onerror - runtime error in <script src=...> (column)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[runtime-error.html]
type: testharness
[window.onerror - runtime error in ]
expected: FAIL
[window.onerror - runtime error in <script> (column)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[window-onerror-parse-error.html]
type: testharness
[correct number of calls to window.onerror]
expected: FAIL

View file

@ -0,0 +1,5 @@
[window-onerror-runtime-error-throw.html]
type: testharness
[correct number of calls to window.onerror]
expected: FAIL

View file

@ -0,0 +1,5 @@
[window-onerror-runtime-error.html]
type: testharness
[correct number of calls to window.onerror]
expected: FAIL