Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/empty-page.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/empty-page.html b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/empty-page.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3289040d9aff31917d3680c9f42207d3fb569283 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/resources/empty-page.html |
@@ -0,0 +1,15 @@ |
+<html> |
+<script> |
+window.onload = function() |
+{ |
+ function notifyFrontend() |
+ { |
+ InspectorTest.pageLoaded(); |
+ } |
+ testRunner.dumpAsText(); |
+ testRunner.waitUntilDone(); |
+ testRunner.evaluateInWebInspector(42, "(" + notifyFrontend + ")()"); |
+} |
+</script> |
+<p>empty page</p> |
+</html> |