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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/direct-child-column-span-all.html

Issue 712553003: [New Multicolumn] Actual support for layout of column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Break containingBlock() into pieces for locateFlowThreadContainingBlock(). Created 6 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <style type="text/css">
5 #article1 { -webkit-columns: 1; }
6 #p1 { -webkit-column-span: all; }
7 </style>
8 </head>
9 <body>
10 <div id="article1">
11 <p id="p1">PASS</p>
12 </div>
13 <div>Test passes if it doesn't crash or assert.</div>
14 <div>Test added as part of <a href="https://code.google.com/p/chromium/i ssues/detail?id=242129">242129 - ASSERTION FAILED: !node || node->isElementNode( ), UNKNOWN in WebCore::RenderBlock::clone</a></div>
Julien - ping for review 2014/11/26 21:09:00 What's wrong with this test?
mstensho (USE GERRIT) 2014/11/27 21:20:29 The test and the ref are 100% identical. That does
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698