| Index: third_party/WebKit/LayoutTests/external/wpt/user-timing/test_user_timing_clear_marks.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/user-timing/test_user_timing_clear_marks.html b/third_party/WebKit/LayoutTests/external/wpt/user-timing/test_user_timing_clear_marks.html
|
| index 3056ddbb408d4690399767047a3a6c530213992a..03c20619d43458aec531cd25691afe7f11936e85 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/user-timing/test_user_timing_clear_marks.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/user-timing/test_user_timing_clear_marks.html
|
| @@ -25,13 +25,7 @@
|
| function onload_test()
|
| {
|
| // test for existance of User Timing and Performance Timeline interface
|
| - if (window.performance.mark == undefined ||
|
| - window.performance.clearMarks == undefined ||
|
| - window.performance.measure == undefined ||
|
| - window.performance.clearMeasures == undefined ||
|
| - window.performance.getEntriesByName == undefined ||
|
| - window.performance.getEntriesByType == undefined ||
|
| - window.performance.getEntries == undefined)
|
| + if (!has_required_interfaces())
|
| {
|
| test_true(false,
|
| "The User Timing and Performance Timeline interfaces, which are required for this test, " +
|
|
|