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

Unified Diff: LayoutTests/platform/chromium/compositing/plugins/webplugin-reflection.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/compositing/plugins/webplugin-reflection.html
diff --git a/LayoutTests/platform/chromium/compositing/plugins/webplugin-reflection.html b/LayoutTests/platform/chromium/compositing/plugins/webplugin-reflection.html
deleted file mode 100644
index fd788f5e14c3025a20359e27c1e616a49f4d3fd3..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/plugins/webplugin-reflection.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #plugin {
- width: 150px;
- height: 150px;
- -webkit-box-reflect: below 20px;
- }
-</style>
-</head>
-
-<body>
-<!-- You should see a blue triangle on green background and its reflection -->
-
-<embed id="plugin" type="application/x-webkit-test-webplugin" primitive="triangle" background-color="green" primitive-color="blue">
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698