Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shnmorimoto authored and jdm committed Dec 13, 2019
1 parent 7d184c1 commit 9b153ac
Show file tree
Hide file tree
Showing 32 changed files with 37 additions and 362 deletions.
Expand Up @@ -13,4 +13,3 @@

[X-Content-Type-Options%3A%20%2Cnosniff]
expected: FAIL

1 change: 1 addition & 0 deletions tests/wpt/metadata/hr-time/idlharness.any.js.ini
Expand Up @@ -19,3 +19,4 @@
[idlharness.any.html]

[idlharness.any.worker.html]
expected: CRASH
3 changes: 0 additions & 3 deletions tests/wpt/metadata/hr-time/performance-tojson.html.ini
Expand Up @@ -5,6 +5,3 @@
[performance-tojson]
expected: FAIL

[Test performance.toJSON()]
expected: FAIL

Expand Up @@ -6,15 +6,3 @@
[Set HTTP URL frame location.protocol to gopher]
expected: FAIL

[Set HTTP URL frame location.protocol to http+x]
expected: FAIL

[Set HTTP URL frame location.protocol to ftp]
expected: FAIL

[Set HTTP URL frame location.protocol to data]
expected: FAIL

[Set HTTP URL frame location.protocol to x]
expected: FAIL

@@ -1,5 +1,5 @@
[form-double-submit-2.html]
expected: ERROR
[preventDefault should allow onclick submit() to succeed]
expected: FAIL
expected: TIMEOUT

@@ -1,18 +1,18 @@
[htmlanchorelement_noopener.html]
type: testharness
expected: ERROR
expected: TIMEOUT
[Check that targeting of rel=noopener with a given name ignores an existing window with that name]
expected: NOTRUN

[Check that rel=noopener with target=_parent does a normal load]
expected: FAIL
expected: NOTRUN

[Check that rel=noopener with target=_top does a normal load]
expected: FAIL
expected: NOTRUN

[Check that targeting of rel=noopener with a given name reuses an existing window with that name]
expected: NOTRUN

[Check that rel=noopener with target=_self does a normal load]
expected: FAIL
expected: NOTRUN

This file was deleted.

This file was deleted.

62 changes: 0 additions & 62 deletions tests/wpt/metadata/navigation-timing/idlharness.window.js.ini
Expand Up @@ -95,71 +95,9 @@
[PerformanceTiming interface: performance.timing must inherit property "navigationStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "unloadEventStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "unloadEventEnd" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "redirectStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "redirectEnd" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "fetchStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "domainLookupStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "domainLookupEnd" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "connectStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "connectEnd" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "secureConnectionStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "requestStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "responseStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "responseEnd" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "domLoading" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "domInteractive" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "domContentLoadedEventStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "domContentLoadedEventEnd" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "domComplete" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "loadEventStart" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "loadEventEnd" with the proper type]
expected: FAIL

[PerformanceTiming interface: performance.timing must inherit property "toJSON()" with the proper type]
expected: FAIL

[PerformanceTiming interface: default toJSON operation on performance.timing]
expected: FAIL

[Performance interface: attribute timing]
expected: FAIL

This file was deleted.

This file was deleted.

Expand Up @@ -6,18 +6,12 @@
[Reload fetchStart > Original fetchStart]
expected: FAIL

[Reload domContentLoadedEventEnd > Original domContentLoadedEventEnd]
expected: FAIL

[Reload redirectStart > Original redirectStart]
expected: FAIL

[Reload domLoading > Original domLoading]
expected: FAIL

[Reload loadEventEnd > Original loadEventEnd]
expected: FAIL

[Reload redirectEnd > Original redirectEnd]
expected: FAIL

Expand All @@ -33,12 +27,6 @@
[Reload connectStart > Original connectStart]
expected: FAIL

[Reload domContentLoadedEventStart > Original domContentLoadedEventStart]
expected: FAIL

[Reload domComplete > Original domComplete]
expected: FAIL

[Reload domainLookupStart > Original domainLookupStart]
expected: FAIL

Expand All @@ -57,9 +45,3 @@
[Reload responseEnd > Original responseEnd]
expected: FAIL

[Reload loadEventStart > Original loadEventStart]
expected: FAIL

[Reload domInteractive > Original domInteractive]
expected: FAIL

This file was deleted.

@@ -1,62 +1,8 @@
[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

[window.performance.timing.domComplete is defined.]
expected: FAIL

[window.performance.timing.domContentLoadedEventEnd is defined.]
expected: FAIL

[window.performance.timing.domContentLoadedEventStart is defined.]
expected: FAIL

[window.performance.timing.domInteractive is defined.]
expected: FAIL

[window.performance.timing.domLoading is defined.]
expected: FAIL

[window.performance.timing.loadEventEnd is defined.]
expected: FAIL

[window.performance.timing.loadEventStart is defined.]
expected: FAIL

[window.performance.timing.navigationStart is defined.]
expected: FAIL

0 comments on commit 9b153ac

Please sign in to comment.