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

Side by Side Diff: LayoutTests/fast/block/float/float-not-removed-from-next-sibling-crash.html

Issue 6952018: Merge 85876 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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
OLDNEW
1 <html> 1 <html>
2 <body onload="runTest()"> 2 <body onload="runTest()">
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <div style="width: 15px;"> 4 <div style="width: 15px;">
5 <script> 5 <script>
6 if (window.layoutTestController) 6 if (window.layoutTestController)
7 layoutTestController.dumpAsText(); 7 layoutTestController.dumpAsText();
8 8
9 function runTest() 9 function runTest()
10 { 10 {
(...skipping 12 matching lines...) Expand all
23 <div id="test1"> 23 <div id="test1">
24 <img style="float: left" height="1px"> 24 <img style="float: left" height="1px">
25 </div> 25 </div>
26 <div id="test2"> 26 <div id="test2">
27 <a><p>P A S S</p> 27 <a><p>P A S S</p>
28 </div> 28 </div>
29 </div> 29 </div>
30 </div> 30 </div>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698