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

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

Issue 18027002: Attempt to make newmulticol/columns-shorthand-parsing.html pass on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master, resolved conflict Created 7 years, 6 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/newmulticol/columns-shorthand-parsing.html
diff --git a/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
index 9544240aa6825db17c818f0b1dbfd4d7173ecebe..701117df98919029a77f6fbc17d9e11969651007 100644
--- a/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
+++ b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
@@ -8,61 +8,12 @@
div {
-webkit-columns: 2;
-moz-column-count: 2;
+ columns: 2;
}
</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.
+<div style="line-height:2em;">
This content should be split into two columns.
This content should be split into two columns.
This content should be split into two columns.
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698