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

Unified Diff: chrome/test/webdriver/test/plugin_transparency_test.html

Issue 23526047: Delete old chromedriver code, and remove mongoose webserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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: chrome/test/webdriver/test/plugin_transparency_test.html
diff --git a/chrome/test/webdriver/test/plugin_transparency_test.html b/chrome/test/webdriver/test/plugin_transparency_test.html
deleted file mode 100644
index 70ac94c058922eaefc9e78b287d09e828d0fbf1f..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/test/plugin_transparency_test.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-<style>
- .translucent_div {
- position:relative;
- top:-100px;
- left:50px;
- opacity:0.5;
- width:100px;
- height:100px;
- background-color:black;
- }
- * {
- margin:0px;
- padding:0px;
- }
-</style>
-<!-- Make the body 2000x2000 so that regardless of the window size, the
- document should be the same size-->
-<body style='background-color:red; width:2000px; height:2000px'>
- <embed src="does_not_exist" width="100" height="100" wmode="opaque"
- type="application/x-shockwave-flash" allowscriptaccess="never">
- </embed>
- <div class='translucent_div'></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698