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

Unified Diff: LayoutTests/fast/multicol/mixed-positioning-stacking-order.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-positioning-stacking-order.html
diff --git a/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html b/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
deleted file mode 100644
index f2369c9893e3003e92a082ab97184b49c42b3d84..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<script>
-internals.settings.setRegionBasedColumnsEnabled(true)
-</script>
-</head>
-<body>
-<div style="width:210px; height:200px; border:5px solid black; -moz-column-width:100px; -moz-column-gap:10px; -webkit-column-width:100px; -webkit-column-gap:10px; column-width:100px; column-gap:10px; column-fill:auto;">
-
-<div style="position:relative;">
-<div style="position:absolute;top:0;left:0; height:400px; width:100px">
-<div style="width:100px;height:100px;background-color:purple;">3</div>
-<div style="height:200px"></div>
-<div style="width:100px;height:100px;background-color:purple;">3</div>
-</div>
-<div style="position:relative; z-index:1; background-color:lightblue; width:100%; height:200px; top:100px">1</div>
-
-<div style="position:fixed;background-color:gold;left:68px;top:13px;height:200px;width:100px">2</div>
-</div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698