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

Side by Side Diff: LayoutTests/fast/multicol/dynamic/remove-content-before-inner-multicol-with-spanner-crash.html

Issue 1180613005: When looking for adjacent content inside multicols, don't consider inner multicols. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Remove the only piece of column content that comes after a spanner that estab lishes an inner multicol container and has a spanner inside as well.</p>
3 <p>PASS if no crash or assertion failure.</p>
4 <div style="-webkit-columns:3;">
5 <div style="-webkit-column-span:all; -webkit-columns:3;">
6 <div style="-webkit-column-span:all;"></div>
7 </div>
8 <div id="elm"></div>
9 </div>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 document.body.offsetTop;
14 document.getElementById("elm").style.display = "none";
15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698