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

Side by Side Diff: LayoutTests/fast/multicol/continuation-crash.html

Issue 11856005: Merge 138850 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/continuation-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <style> 4 <style>
5 .column-layout { -webkit-column-count: 1; } 5 .column-layout { -webkit-column-count: 1; }
6 .column-span-all { -webkit-column-span: all; } 6 .column-span-all { -webkit-column-span: all; }
7 .after-content:after { display: block; content: "" } 7 .after-content:after { display: block; content: "" }
8 </style> 8 </style>
9 <div class="column-layout"> 9 <div class="column-layout">
10 <span class="after-content"> 10 <span class="after-content">
11 <div></div> 11 <div></div>
12 </span> 12 </span>
13 <div class="column-span-all"></div> 13 <div class="column-span-all"></div>
14 </div> 14 </div>
15 <script> 15 <script>
16 if (window.testRunner) 16 if (window.testRunner)
17 testRunner.dumpAsText(); 17 testRunner.dumpAsText();
18 </script> 18 </script>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/continuation-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698