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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/plugins/resources/create-v8-script-objects-iframe.html

Issue 1748563002: Remove http/tests/plugins/create-v8-script-objects.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/plugins/resources/create-v8-script-objects-iframe.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/resources/create-v8-script-objects-iframe.html b/third_party/WebKit/LayoutTests/http/tests/plugins/resources/create-v8-script-objects-iframe.html
deleted file mode 100644
index 195bef87ecd6f72239999a02c9cbf6c91c44d658..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/plugins/resources/create-v8-script-objects-iframe.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script type="text/javascript">
-function runTest() {
- document.plugin.remember(window.top);
- window.top.onSubframeLoaded();
-}
-
-function outputResult() {
- window.top.document.getElementById('result').innerHTML = 'FAILURE';
-}
-</script>
-</head>
-<body onload="runTest();">
-<embed name="plugin" type="application/x-webkit-test-netscape"></embed>
-</body>
-</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/plugins/create-v8-script-objects-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698