Auto merge of #11796 - Ms2ger:more-tests, r=nox

More tests

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11796)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-20 04:55:38 -05:00 committed by GitHub
commit 281c5215ef
18 changed files with 355 additions and 26 deletions

View file

@ -1,33 +1,33 @@
skip: true
[_mozilla]
skip: false
[2dcontext]
skip: false
[animation-timing]
skip: false
[cors]
skip: false
[cssom-view]
skip: false
[dom]
skip: false
[domparsing]
skip: false
[uievents]
[encoding]
skip: false
[eventsource]
skip: false
[FileAPI]
skip: false
[hr-time]
skip: false
[html]
skip: false
[editing]
skip: true
[activation]
skip: false
[url]
skip: false
[touch-events]
skip: false
[typedarrays]
skip: false
[workers]
skip: false
[XMLHttpRequest]
[navigation-timing]
skip: false
[old-tests]
skip: true
@ -37,25 +37,27 @@ skip: true
skip: true
[script_scheduling]
skip: false
[cors]
[referrer-policy]
skip: false
[webgl]
[touch-events]
skip: false
[webstorage]
[typedarrays]
skip: false
[encoding]
[uievents]
skip: false
[websockets]
skip: false
[_mozilla]
skip: false
[hr-time]
[url]
skip: false
[WebCryptoAPI]
skip: false
[webgl]
skip: false
[WebIDL]
skip: false
[cssom-view]
[websockets]
skip: false
[referrer-policy]
[webstorage]
skip: false
[workers]
skip: false
[XMLHttpRequest]
skip: false

View file

@ -0,0 +1,185 @@
[idlharness.html]
type: testharness
[Window interface: attribute performance]
expected: FAIL
[Window interface: window must inherit property "performance" with the proper type (0)]
expected: FAIL
[PerformanceTiming interface: attribute unloadEventStart]
expected: FAIL
[PerformanceTiming interface: attribute unloadEventEnd]
expected: FAIL
[PerformanceTiming interface: attribute redirectStart]
expected: FAIL
[PerformanceTiming interface: attribute redirectEnd]
expected: FAIL
[PerformanceTiming interface: attribute fetchStart]
expected: FAIL
[PerformanceTiming interface: attribute domainLookupStart]
expected: FAIL
[PerformanceTiming interface: attribute domainLookupEnd]
expected: FAIL
[PerformanceTiming interface: attribute connectStart]
expected: FAIL
[PerformanceTiming interface: attribute connectEnd]
expected: FAIL
[PerformanceTiming interface: attribute secureConnectionStart]
expected: FAIL
[PerformanceTiming interface: attribute requestStart]
expected: FAIL
[PerformanceTiming interface: attribute responseStart]
expected: FAIL
[PerformanceTiming interface: attribute responseEnd]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "unloadEventStart" with the proper type (1)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "unloadEventEnd" with the proper type (2)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "redirectStart" with the proper type (3)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "redirectEnd" with the proper type (4)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "fetchStart" with the proper type (5)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "domainLookupStart" with the proper type (6)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "domainLookupEnd" with the proper type (7)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "connectStart" with the proper type (8)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "connectEnd" with the proper type (9)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "secureConnectionStart" with the proper type (10)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "requestStart" with the proper type (11)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "responseStart" with the proper type (12)]
expected: FAIL
[PerformanceTiming interface: window.performance.timing must inherit property "responseEnd" with the proper type (13)]
expected: FAIL
[PerformanceNavigation interface: existence and properties of interface object]
expected: FAIL
[PerformanceNavigation interface object length]
expected: FAIL
[PerformanceNavigation interface object name]
expected: FAIL
[PerformanceNavigation interface: existence and properties of interface prototype object]
expected: FAIL
[PerformanceNavigation interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_NAVIGATE on interface prototype object]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_RELOAD on interface object]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_RELOAD on interface prototype object]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface object]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface prototype object]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_RESERVED on interface object]
expected: FAIL
[PerformanceNavigation interface: constant TYPE_RESERVED on interface prototype object]
expected: FAIL
[PerformanceNavigation interface: attribute type]
expected: FAIL
[PerformanceNavigation interface: attribute redirectCount]
expected: FAIL
[PerformanceNavigation must be primary interface of window.performance.navigation]
expected: FAIL
[Stringification of window.performance.navigation]
expected: FAIL
[PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_NAVIGATE" with the proper type (0)]
expected: FAIL
[PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RELOAD" with the proper type (1)]
expected: FAIL
[PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_BACK_FORWARD" with the proper type (2)]
expected: FAIL
[PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RESERVED" with the proper type (3)]
expected: FAIL
[PerformanceNavigation interface: window.performance.navigation must inherit property "type" with the proper type (4)]
expected: FAIL
[PerformanceNavigation interface: window.performance.navigation must inherit property "redirectCount" with the proper type (5)]
expected: FAIL
[Performance interface: existence and properties of interface object]
expected: FAIL
[Performance interface: existence and properties of interface prototype object]
expected: FAIL
[Performance interface: attribute navigation]
expected: FAIL
[Performance interface: window.performance must inherit property "navigation" with the proper type (1)]
expected: FAIL
[EventTarget interface: window.performance must inherit property "addEventListener" with the proper type (0)]
expected: FAIL
[EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
expected: FAIL
[EventTarget interface: window.performance must inherit property "removeEventListener" with the proper type (1)]
expected: FAIL
[EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
expected: FAIL
[EventTarget interface: window.performance must inherit property "dispatchEvent" with the proper type (2)]
expected: FAIL
[EventTarget interface: calling dispatchEvent(Event) on window.performance with too few arguments must throw TypeError]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test_document_open.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,11 @@
[test_navigation_attributes_exist.html]
type: testharness
[window.performance.navigation is defined]
expected: FAIL
[window.performance.navigation.type is defined.]
expected: FAIL
[window.performance.navigation.redirectCount is defined.]
expected: FAIL

View file

@ -0,0 +1,11 @@
[test_navigation_redirectCount_none.html]
type: testharness
[window.performance.navigation is defined]
expected: FAIL
[timing.redirectStart on an non-redirected navigation]
expected: FAIL
[timing.redirectEnd on an non-redirected navigation]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test_navigation_type_backforward.html]
type: testharness
expected: TIMEOUT
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,29 @@
[test_navigation_type_enums.html]
type: testharness
[window.performance.navigation is defined]
expected: FAIL
[window.performance.navigation.TYPE_NAVIGATE is defined.]
expected: FAIL
[window.performance.navigation.TYPE_NAVIGATE = 0]
expected: FAIL
[window.performance.navigation.TYPE_RELOAD is defined.]
expected: FAIL
[window.performance.navigation.TYPE_RELOAD = 1]
expected: FAIL
[window.performance.navigation.TYPE_BACK_FORWARD is defined.]
expected: FAIL
[window.performance.navigation.TYPE_BACK_FORWARD = 2]
expected: FAIL
[window.performance.navigation.TYPE_RESERVED is defined.]
expected: FAIL
[window.performance.navigation.TYPE_RESERVED = 255]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test_navigation_type_reload.html]
type: testharness
expected: TIMEOUT
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test_no_previous_document.html]
type: testharness
expected: TIMEOUT
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,5 @@
[test_performance_attributes_exist.html]
type: testharness
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test_performance_attributes_exist_in_object.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,38 @@
[test_timing_attributes_exist.html]
type: testharness
[window.performance.timing.connectEnd is defined.]
expected: FAIL
[window.performance.timing.connectStart is defined.]
expected: FAIL
[window.performance.timing.domainLookupEnd is defined.]
expected: FAIL
[window.performance.timing.domainLookupStart is defined.]
expected: FAIL
[window.performance.timing.fetchStart is defined.]
expected: FAIL
[window.performance.timing.redirectEnd is defined.]
expected: FAIL
[window.performance.timing.redirectStart is defined.]
expected: FAIL
[window.performance.timing.requestStart is defined.]
expected: FAIL
[window.performance.timing.responseEnd is defined.]
expected: FAIL
[window.performance.timing.responseStart is defined.]
expected: FAIL
[window.performance.timing.unloadEventEnd is defined.]
expected: FAIL
[window.performance.timing.unloadEventStart is defined.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test_timing_attributes_order.html]
type: testharness
expected: TIMEOUT
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test_timing_client_redirect.html]
type: testharness
expected: TIMEOUT
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test_timing_reload.html]
type: testharness
expected: TIMEOUT
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,5 @@
[test_timing_server_redirect.html]
type: testharness
[window.performance.navigation is defined]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test_timing_xserver_redirect.html]
type: testharness
expected: TIMEOUT
[window.performance.navigation is defined]
expected: FAIL

View file

@ -1,5 +0,0 @@
[quickCheckAPI-B2.html]
type: testharness
[WebGL test #0: testValidArgs]
expected: PASS