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

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

Issue 14320022: Warn developers about deprecated features only once per page-load. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: OwnPtr<BitVector> -> BitVector Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
5 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
6 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
7 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
8 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
9 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
10 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
11 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
12 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
13 <meta http-equiv="X-WebKit-CSP" content="img-src http://127.0.0.1:*">
14 <script>
15 if (window.testRunner)
16 testRunner.dumpAsText();
17 </script>
18 </head>
19 <body>
20 This test passes if only one deprecation warning is presented in the console.
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698