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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0b83e62ca104064123dd0a80c2fdb40d3aee4035 |
--- /dev/null |
+++ b/LayoutTests/inspector/console/only-one-deprecation-warning.html |
@@ -0,0 +1,22 @@ |
+<!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(); |
+ </script> |
+</head> |
+<body> |
+ This test passes if only one deprecation warning is presented in the console. |
+</body> |
+</html> |