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

Unified Diff: LayoutTests/fast/multicol/rule-thicker-than-gap.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/rule-thicker-than-gap.html
diff --git a/LayoutTests/fast/multicol/rule-thicker-than-gap.html b/LayoutTests/fast/multicol/rule-thicker-than-gap.html
deleted file mode 100644
index 096be0a7fa5cfd579e5afb935dd34b2546563273..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/rule-thicker-than-gap.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Column rule thicker than gap</title>
- <style>
- .mc {
- columns: 2;
- column-gap: 15px;
- column-rule: 31px solid;
- -moz-columns: 2;
- -moz-column-gap: 15px;
- -moz-column-rule: 31px solid;
- -webkit-columns: 2;
- -webkit-column-gap: 15px;
- -webkit-column-rule: 31px solid;
- width: 101px;
- }
- </style>
- </head>
- <body>
- <p>There should be a filled rectangle below.</p>
- <div class="mc">
- <div style="height:200px;"></div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698