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

Unified Diff: Source/WebKit/chromium/tests/data/plugin_container.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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: Source/WebKit/chromium/tests/data/plugin_container.html
diff --git a/Source/WebKit/chromium/tests/data/plugin_container.html b/Source/WebKit/chromium/tests/data/plugin_container.html
deleted file mode 100644
index 713ca804e876e5037784691c357f1b82cc680c86..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/plugin_container.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <style type="text/css">
- body { margin: 0; padding: 0; }
- </style>
-</head>
-<body>
- <object id="rotated-plugin"
- style="-webkit-transform: rotate(90deg); position: absolute; top: 0; left: 0; -webkit-transform-origin: 0 0;"
- type="application/x-webkit-test-webplugin"
- border=0
- width="40"
- height="40">
- </object>
- <object id="translated-plugin"
- border=0
- style="-webkit-transform: translate(10px, 10px); position: absolute; top: 0; left: 0;"
- type="application/x-webkit-test-webplugin"
- width="40"
- height="40">
- </object>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698