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

Unified Diff: LayoutTests/fast/multicol/columns-shorthand-parsing.html

Issue 655253004: Convert fast/multicol/columns-shorthand-parsing to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use float, remove -moz. Created 6 years, 2 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/columns-shorthand-parsing-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/columns-shorthand-parsing.html
diff --git a/LayoutTests/fast/multicol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/columns-shorthand-parsing.html
index ff249999f418841428a156929f275baf9c3e3627..4e5d0d31b6f679b184285ae1767d311862a45acd 100644
--- a/LayoutTests/fast/multicol/columns-shorthand-parsing.html
+++ b/LayoutTests/fast/multicol/columns-shorthand-parsing.html
@@ -1,105 +1,31 @@
-<html>
-<head>
+<!DOCTYPE html>
<style>
-body { overflow: hidden; }
div {
- -webkit-columns: 2;
- -moz-column-count: 2;
+ -webkit-columns: 2;
+ -webkit-column-gap: 0;
+ line-height: 20px;
+ height: 200px;
}
</style>
-</head>
-<body>
<div>
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
-This content should be split into two columns.
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
+This content should be split into two columns.<br>
</div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/columns-shorthand-parsing-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698