Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix performance interface timing member #25205

Merged
Prev

update test

  • Loading branch information
shnmorimoto authored and jdm committed Dec 13, 2019
commit 9b153ac18aabab5eac9343c544c97fa6007eb55a
@@ -13,4 +13,3 @@

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

@@ -19,3 +19,4 @@
[idlharness.any.html]

[idlharness.any.worker.html]
expected: CRASH
@@ -5,6 +5,3 @@
[performance-tojson]
expected: FAIL

[Test performance.toJSON()]
expected: FAIL

@@ -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.

@@ -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.

@@ -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

@@ -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

@@ -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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.