| Index: LayoutTests/inspector/console/only-one-deprecation-warning.html
|
| diff --git a/LayoutTests/inspector/console/only-one-deprecation-warning.html b/LayoutTests/inspector/console/only-one-deprecation-warning.html
|
| index 0b83e62ca104064123dd0a80c2fdb40d3aee4035..14f02474fe2c6ef2544cac1231f3df25ce8811ce 100644
|
| --- a/LayoutTests/inspector/console/only-one-deprecation-warning.html
|
| +++ b/LayoutTests/inspector/console/only-one-deprecation-warning.html
|
| @@ -1,19 +1,14 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| - <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
|
| <script>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
| +
|
| + // These three all map to PrefixedPerformanceTimeline
|
| + var x = window.performance.webkitGetEntries();
|
| + x = window.performance.webkitGetEntriesByName('');
|
| + x = window.performance.webkitGetEntriesByType('');
|
| </script>
|
| </head>
|
| <body>
|
|
|