Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 FAIL Window interface: attribute performance assert_true: The prototype object m ust have a property "performance" expected true got false | 2 FAIL Window interface: attribute performance assert_true: The prototype object m ust have a property "performance" expected true got false |
| 3 PASS Window must be primary interface of window | 3 PASS Window must be primary interface of window |
| 4 FAIL Stringification of window assert_equals: class string of window expected "[ object Window]" but got "[object global]" | 4 PASS Stringification of window |
|
jsbell
2015/06/05 21:34:40
Yay!
| |
| 5 FAIL Window interface: window must inherit property "performance" with the prope r type (0) assert_inherits: property "performance" found on object expected in p rototype chain | 5 FAIL Window interface: window must inherit property "performance" with the prope r type (0) assert_inherits: property "performance" found on object expected in p rototype chain |
| 6 PASS PerformanceTiming interface: existence and properties of interface object | 6 PASS PerformanceTiming interface: existence and properties of interface object |
| 7 PASS PerformanceTiming interface object length | 7 PASS PerformanceTiming interface object length |
| 8 FAIL PerformanceTiming interface: existence and properties of interface prototyp e object assert_equals: class string of PerformanceTiming.prototype expected "[o bject PerformanceTimingPrototype]" but got "[object Object]" | 8 FAIL PerformanceTiming interface: existence and properties of interface prototyp e object assert_equals: class string of PerformanceTiming.prototype expected "[o bject PerformanceTimingPrototype]" but got "[object PerformanceTiming]" |
| 9 PASS PerformanceTiming interface: existence and properties of interface prototyp e object's "constructor" property | 9 PASS PerformanceTiming interface: existence and properties of interface prototyp e object's "constructor" property |
| 10 PASS PerformanceTiming interface: attribute navigationStart | 10 PASS PerformanceTiming interface: attribute navigationStart |
| 11 PASS PerformanceTiming interface: attribute unloadEventStart | 11 PASS PerformanceTiming interface: attribute unloadEventStart |
| 12 PASS PerformanceTiming interface: attribute unloadEventEnd | 12 PASS PerformanceTiming interface: attribute unloadEventEnd |
| 13 PASS PerformanceTiming interface: attribute redirectStart | 13 PASS PerformanceTiming interface: attribute redirectStart |
| 14 PASS PerformanceTiming interface: attribute redirectEnd | 14 PASS PerformanceTiming interface: attribute redirectEnd |
| 15 PASS PerformanceTiming interface: attribute fetchStart | 15 PASS PerformanceTiming interface: attribute fetchStart |
| 16 PASS PerformanceTiming interface: attribute domainLookupStart | 16 PASS PerformanceTiming interface: attribute domainLookupStart |
| 17 PASS PerformanceTiming interface: attribute domainLookupEnd | 17 PASS PerformanceTiming interface: attribute domainLookupEnd |
| 18 PASS PerformanceTiming interface: attribute connectStart | 18 PASS PerformanceTiming interface: attribute connectStart |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 46 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "responseEnd" with the proper type (13) | 46 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "responseEnd" with the proper type (13) |
| 47 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domLoading" with the proper type (14) | 47 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domLoading" with the proper type (14) |
| 48 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domInteractive" with the proper type (15) | 48 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domInteractive" with the proper type (15) |
| 49 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domContentLoadedEventStart" with the proper type (16) | 49 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domContentLoadedEventStart" with the proper type (16) |
| 50 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domContentLoadedEventEnd" with the proper type (17) | 50 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domContentLoadedEventEnd" with the proper type (17) |
| 51 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domComplete" with the proper type (18) | 51 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "domComplete" with the proper type (18) |
| 52 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "loadEventStart" with the proper type (19) | 52 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "loadEventStart" with the proper type (19) |
| 53 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "loadEventEnd" with the proper type (20) | 53 PASS PerformanceTiming interface: window.performance.timing must inherit propert y "loadEventEnd" with the proper type (20) |
| 54 PASS PerformanceNavigation interface: existence and properties of interface obje ct | 54 PASS PerformanceNavigation interface: existence and properties of interface obje ct |
| 55 PASS PerformanceNavigation interface object length | 55 PASS PerformanceNavigation interface object length |
| 56 FAIL PerformanceNavigation interface: existence and properties of interface prot otype object assert_equals: class string of PerformanceNavigation.prototype expe cted "[object PerformanceNavigationPrototype]" but got "[object Object]" | 56 FAIL PerformanceNavigation interface: existence and properties of interface prot otype object assert_equals: class string of PerformanceNavigation.prototype expe cted "[object PerformanceNavigationPrototype]" but got "[object PerformanceNavig ation]" |
| 57 PASS PerformanceNavigation interface: existence and properties of interface prot otype object's "constructor" property | 57 PASS PerformanceNavigation interface: existence and properties of interface prot otype object's "constructor" property |
| 58 PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object | 58 PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface object |
| 59 PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface protot ype object | 59 PASS PerformanceNavigation interface: constant TYPE_NAVIGATE on interface protot ype object |
| 60 PASS PerformanceNavigation interface: constant TYPE_RELOAD on interface object | 60 PASS PerformanceNavigation interface: constant TYPE_RELOAD on interface object |
| 61 PASS PerformanceNavigation interface: constant TYPE_RELOAD on interface prototyp e object | 61 PASS PerformanceNavigation interface: constant TYPE_RELOAD on interface prototyp e object |
| 62 PASS PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface ob ject | 62 PASS PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface ob ject |
| 63 PASS PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface pr ototype object | 63 PASS PerformanceNavigation interface: constant TYPE_BACK_FORWARD on interface pr ototype object |
| 64 PASS PerformanceNavigation interface: constant TYPE_RESERVED on interface object | 64 PASS PerformanceNavigation interface: constant TYPE_RESERVED on interface object |
| 65 PASS PerformanceNavigation interface: constant TYPE_RESERVED on interface protot ype object | 65 PASS PerformanceNavigation interface: constant TYPE_RESERVED on interface protot ype object |
| 66 PASS PerformanceNavigation interface: attribute type | 66 PASS PerformanceNavigation interface: attribute type |
| 67 PASS PerformanceNavigation interface: attribute redirectCount | 67 PASS PerformanceNavigation interface: attribute redirectCount |
| 68 PASS PerformanceNavigation must be primary interface of window.performance.navig ation | 68 PASS PerformanceNavigation must be primary interface of window.performance.navig ation |
| 69 PASS Stringification of window.performance.navigation | 69 PASS Stringification of window.performance.navigation |
| 70 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_NAVIGATE" with the proper type (0) | 70 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_NAVIGATE" with the proper type (0) |
| 71 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RELOAD" with the proper type (1) | 71 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RELOAD" with the proper type (1) |
| 72 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_BACK_FORWARD" with the proper type (2) | 72 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_BACK_FORWARD" with the proper type (2) |
| 73 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RESERVED" with the proper type (3) | 73 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "TYPE_RESERVED" with the proper type (3) |
| 74 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "type" with the proper type (4) | 74 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "type" with the proper type (4) |
| 75 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "redirectCount" with the proper type (5) | 75 PASS PerformanceNavigation interface: window.performance.navigation must inherit property "redirectCount" with the proper type (5) |
| 76 FAIL Performance interface: existence and properties of interface object assert_ equals: prototype of self's property "Performance" is not Function.prototype exp ected function "function () {}" but got function "function EventTarget() { [nati ve code] }" | 76 FAIL Performance interface: existence and properties of interface object assert_ equals: prototype of self's property "Performance" is not Function.prototype exp ected function "function () {}" but got function "function EventTarget() { [nati ve code] }" |
| 77 PASS Performance interface object length | 77 PASS Performance interface object length |
| 78 FAIL Performance interface: existence and properties of interface prototype obje ct assert_equals: prototype of Performance.prototype is not Object.prototype exp ected object "[object Object]" but got object "[object Object]" | 78 FAIL Performance interface: existence and properties of interface prototype obje ct assert_equals: prototype of Performance.prototype is not Object.prototype exp ected object "[object Object]" but got object "[object EventTarget]" |
| 79 PASS Performance interface: existence and properties of interface prototype obje ct's "constructor" property | 79 PASS Performance interface: existence and properties of interface prototype obje ct's "constructor" property |
| 80 PASS Performance interface: attribute timing | 80 PASS Performance interface: attribute timing |
| 81 PASS Performance interface: attribute navigation | 81 PASS Performance interface: attribute navigation |
| 82 PASS Performance must be primary interface of window.performance | 82 PASS Performance must be primary interface of window.performance |
| 83 PASS Stringification of window.performance | 83 PASS Stringification of window.performance |
| 84 PASS Performance interface: window.performance must inherit property "timing" wi th the proper type (0) | 84 PASS Performance interface: window.performance must inherit property "timing" wi th the proper type (0) |
| 85 PASS Performance interface: window.performance must inherit property "navigation " with the proper type (1) | 85 PASS Performance interface: window.performance must inherit property "navigation " with the proper type (1) |
| 86 Harness: the test ran to completion. | 86 Harness: the test ran to completion. |
| 87 | 87 |
| OLD | NEW |