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

Unified Diff: LayoutTests/plugins/netscape-plugin-setwindow-size.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/netscape-plugin-setwindow-size.html
diff --git a/LayoutTests/plugins/netscape-plugin-setwindow-size.html b/LayoutTests/plugins/netscape-plugin-setwindow-size.html
deleted file mode 100644
index 8aefa3d8ad6d3b89734ea4100fc28f5f5938a292..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/netscape-plugin-setwindow-size.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-</script>
-<body style="margin:0px;overflow:hidden">
-<embed id="testPlugin" type="application/x-webkit-test-netscape" logfirstsetwindow="true" width="100%" height="200"></embed>
-<div>
- This tests that a plugin with a percentage width gets a correct NPP_SetWindow the first time.
-</div>
-<body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698