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

Unified Diff: LayoutTests/fast/multicol/mixed-opacity-test.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/fast/multicol/mixed-opacity-test.html
diff --git a/LayoutTests/fast/multicol/mixed-opacity-test.html b/LayoutTests/fast/multicol/mixed-opacity-test.html
deleted file mode 100644
index 9b1b0c13a3ebfef06a641593e65c7664e8af5f0b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/mixed-opacity-test.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<script>
-internals.settings.setRegionBasedColumnsEnabled(true)
-</script>
-<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black; width:420px; height:200px;">
-<div style="opacity:0.5">
-<div style="height:400px;background-color:green"></div>
-<div style="position:absolute;height:98px;width:98px;background-color:lightgray; left:160px; top:50px;background-color:green;border:1px solid lime">
-</div>
-</div>
-</div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698