diff --git a/testing/web-platform/meta/user-timing/idlharness.html.ini b/testing/web-platform/meta/user-timing/idlharness.html.ini index 202a51440ac7..a10b1d0a5589 100644 --- a/testing/web-platform/meta/user-timing/idlharness.html.ini +++ b/testing/web-platform/meta/user-timing/idlharness.html.ini @@ -1,62 +1,8 @@ [idlharness.html] type: testharness - [Performance interface: operation mark(DOMString)] - expected: FAIL - - [Performance interface: operation clearMarks(DOMString)] - expected: FAIL - - [Performance interface: operation measure(DOMString,DOMString,DOMString)] - expected: FAIL - - [Performance interface: operation clearMeasures(DOMString)] - expected: FAIL - - [Performance interface: window.performance must inherit property "mark" with the proper type (0)] - expected: FAIL - - [Performance interface: calling mark(DOMString) on window.performance with too few arguments must throw TypeError] - expected: FAIL - - [Performance interface: window.performance must inherit property "clearMarks" with the proper type (1)] - expected: FAIL - - [Performance interface: calling clearMarks(DOMString) on window.performance with too few arguments must throw TypeError] - expected: FAIL - - [Performance interface: window.performance must inherit property "measure" with the proper type (2)] - expected: FAIL - - [Performance interface: calling measure(DOMString,DOMString,DOMString) on window.performance with too few arguments must throw TypeError] - expected: FAIL - - [Performance interface: window.performance must inherit property "clearMeasures" with the proper type (3)] - expected: FAIL - - [Performance interface: calling clearMeasures(DOMString) on window.performance with too few arguments must throw TypeError] - expected: FAIL - [PerformanceMark interface: existence and properties of interface object] expected: FAIL - [PerformanceMark interface object length] - expected: FAIL - - [PerformanceMark interface: existence and properties of interface prototype object] - expected: FAIL - - [PerformanceMark interface: existence and properties of interface prototype object\'s "constructor" property] - expected: FAIL - [PerformanceMeasure interface: existence and properties of interface object] expected: FAIL - [PerformanceMeasure interface object length] - expected: FAIL - - [PerformanceMeasure interface: existence and properties of interface prototype object] - expected: FAIL - - [PerformanceMeasure interface: existence and properties of interface prototype object\'s "constructor" property] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_clear_marks.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_clear_marks.html.ini deleted file mode 100644 index 8c63f905e650..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_clear_marks.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[test_user_timing_clear_marks.html] - type: testharness - [The User Timing and Performance Timeline interfaces, which are required for this test, are defined.] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_clear_measures.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_clear_measures.html.ini deleted file mode 100644 index ab517286b42c..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_clear_measures.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[test_user_timing_clear_measures.html] - type: testharness - [The User Timing and Performance Timeline interfaces, which are required for this test, are defined.] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_entry_type.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_entry_type.html.ini deleted file mode 100644 index 6ae5df1ab232..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_entry_type.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[test_user_timing_entry_type.html] - type: testharness - expected: ERROR diff --git a/testing/web-platform/meta/user-timing/test_user_timing_exists.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_exists.html.ini deleted file mode 100644 index f9e7b3cafd06..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_exists.html.ini +++ /dev/null @@ -1,14 +0,0 @@ -[test_user_timing_exists.html] - type: testharness - [window.performance.mark is defined.] - expected: FAIL - - [window.performance.clearMarks is defined.] - expected: FAIL - - [window.performance.measure is defined.] - expected: FAIL - - [window.performance.clearMeasures is defined.] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_mark.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_mark.html.ini index b7ff61f6a8f5..1e2d28d7d48c 100644 --- a/testing/web-platform/meta/user-timing/test_user_timing_mark.html.ini +++ b/testing/web-platform/meta/user-timing/test_user_timing_mark.html.ini @@ -1,5 +1,4 @@ [test_user_timing_mark.html] type: testharness - [The User Timing and Performance Timeline interfaces, which are required for this test, are defined.] - expected: FAIL - + disabled: + if (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1127392 diff --git a/testing/web-platform/meta/user-timing/test_user_timing_mark_and_measure_exception_when_invoke_without_parameter.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_mark_and_measure_exception_when_invoke_without_parameter.html.ini deleted file mode 100644 index 3195c9cf007a..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_mark_and_measure_exception_when_invoke_without_parameter.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[test_user_timing_mark_and_measure_exception_when_invoke_without_parameter.html] - type: testharness - [window.performance.mark() interface is not supported!] - expected: FAIL - - [window.performance.measure() interface is not supported!] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_mark_exceptions.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_mark_exceptions.html.ini deleted file mode 100644 index f77e05173d52..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_mark_exceptions.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[test_user_timing_mark_exceptions.html] - type: testharness - [The User Timing and Performance Timeline interfaces, which are required for this test, are defined.] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_measure.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_measure.html.ini deleted file mode 100644 index 23eecd6e18c0..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_measure.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[test_user_timing_measure.html] - type: testharness - [The User Timing and Performance Timeline interfaces, which are required for this test, are defined.] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_measure_exceptions.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_measure_exceptions.html.ini deleted file mode 100644 index fbbc11078b8f..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_measure_exceptions.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[test_user_timing_measure_exceptions.html] - type: testharness - [The User Timing and Performance Timeline interfaces, which are required for this test, are defined.] - expected: FAIL - diff --git a/testing/web-platform/meta/user-timing/test_user_timing_measure_navigation_timing.html.ini b/testing/web-platform/meta/user-timing/test_user_timing_measure_navigation_timing.html.ini deleted file mode 100644 index f3f4d8b809c3..000000000000 --- a/testing/web-platform/meta/user-timing/test_user_timing_measure_navigation_timing.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[test_user_timing_measure_navigation_timing.html] - type: testharness - [The User Timing and Performance Timeline interfaces, which are required for this test, are defined.] - expected: FAIL -