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

Unified Diff: LayoutTests/platform/chromium/plugins/resources/plugin-page.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/platform/chromium/plugins/resources/plugin-page.html
diff --git a/LayoutTests/platform/chromium/plugins/resources/plugin-page.html b/LayoutTests/platform/chromium/plugins/resources/plugin-page.html
deleted file mode 100644
index 7bcdf3475c23662afe72e7f32854370870ae8695..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/plugins/resources/plugin-page.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<style>
-#plugin {
-position: absolute;
-left: 50px;
-top: 50px;
-width: 100px;
-height: 100px;
-}
-</style>
-</head>
-<body>
-<embed id="plugin" type="application/x-webkit-test-webplugin"></embed>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698