Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: LayoutTests/inspector/console/only-one-deprecation-warning.html

Issue 149953007: CSP 1.1: Remove last bits of 'X-WebKit-CSP'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698