Chromium Code Reviews

Unified Diff: LayoutTests/plugins/netscape-plugin-setwindow-size-2.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/plugins/netscape-plugin-setwindow-size-2.html
diff --git a/LayoutTests/plugins/netscape-plugin-setwindow-size-2.html b/LayoutTests/plugins/netscape-plugin-setwindow-size-2.html
deleted file mode 100644
index 6a8e0c72d99c0fd86471d300ff43acf8e3dc924c..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/netscape-plugin-setwindow-size-2.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- testRunner.setWindowIsKey(false);
- }
-
-</script>
-<body>
-<embed style="visibility:hidden" id="testPlugin" type="application/x-webkit-test-netscape" logfirstsetwindow="true" width="200" height="200"></embed>
-<div>
- This tests that a hidden plugin gets a correct NPP_SetWindow the first time.
-</div>
-</body>
-</html>

Powered by Google App Engine