diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/plugins/document-open.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/plugins/document-open.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/third_party/WebKit/LayoutTests/plugins/document-open.html b/third_party/WebKit/LayoutTests/plugins/document-open.html deleted file mode 100644 index 1d0d39d..0000000 --- a/third_party/WebKit/LayoutTests/plugins/document-open.html +++ /dev/null @@ -1,20 +0,0 @@ -<html> -<head> -<body> -<embed id="testPlugin" - type="application/x-webkit-test-netscape" - src="data:text/plain," - test="document-open-in-destroy-stream"> -</embed> - -<div> - This tests that document.open invoked by a plugin via NPN_Invoke without a javascript context succeeds. -</div> -<script> - if (window.testRunner) { - testRunner.dumpAsText(); - testRunner.waitUntilDone(); - } -</script> -</body> -</html> |