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

Unified Diff: LayoutTests/fast/multicol/mixed-positioning-stacking-order-expected.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-expected.html
diff --git a/LayoutTests/fast/multicol/mixed-positioning-stacking-order-expected.html b/LayoutTests/fast/multicol/mixed-positioning-stacking-order-expected.html
deleted file mode 100644
index 0c1079b82ea2ff9e4b722397bb92885151bf6770..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/mixed-positioning-stacking-order-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!doctype html>
-<html>
-<div style="height:200px;border:5px solid black;position:relative;width:210px">
-<div style="width:210px;height:200px;background-color:purple;">3</div>
-<div style="position:absolute;background-color:gold;left:55px;top:0px;height:200px;width:100px">2</div>
-<div style="position:absolute;background-color:lightblue;width:100px;height:100px;left:0;bottom:0">1</div>
-<div style="position:absolute;background-color:lightblue;width:100px;left:110px;top:0;height:100px"></div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698