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

Unified Diff: LayoutTests/platform/chromium/compositing/plugins/webplugin-alpha.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-alpha.html
diff --git a/LayoutTests/platform/chromium/compositing/plugins/webplugin-alpha.html b/LayoutTests/platform/chromium/compositing/plugins/webplugin-alpha.html
deleted file mode 100644
index 4f2629662196aeb55ce578ae55461111dbe977d1..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/plugins/webplugin-alpha.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- .box {
- width: 150px;
- height: 150px;
- }
- #ref {
- background-color: rgb(153,255,153);
- }
-</style>
-</head>
-
-<body>
-<!-- You should see two squares of the same color -->
-
-<embed class="box" type="application/x-webkit-test-webplugin" background-color="green" opacity="0.4">
-<div id="ref" class="box"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698