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

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

Issue 7200036: Merge 89165 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/float-not-removed-from-next-sibling5-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 <html> 1 <html>
2 Test passes if it does not crash. 2 Test passes if it does not crash.
3 <div id="test1" style="width: 12px; position: relative"> 3 <div id="test1" style="width: 12px; position: relative">
4 <span> 4 <span>
5 <div id="test2"> 5 <div id="test2">
6 <p style="float: left"></p> 6 <p style="float: left"></p>
7 </div> 7 </div>
8 </span> 8 </span>
9 <div id="test3"> 9 <div id="test3">
10 <span> 10 <span>
11 <p>A A</p> 11 <p>A A</p>
12 </span> 12 </span>
13 </div> 13 </div>
14 </div> 14 </div>
15 <script> 15 <script>
16 if (window.layoutTestController) 16 if (window.layoutTestController)
17 layoutTestController.dumpAsText(); 17 layoutTestController.dumpAsText();
18 18
19 document.body.offsetTop; 19 document.body.offsetTop;
20 test3.style.position = 'absolute'; 20 test3.style.position = 'absolute';
21 test2.style.position = 'absolute'; 21 test2.style.position = 'absolute';
22 document.body.offsetTop; 22 document.body.offsetTop;
23 test1.style.height = '1'; 23 test1.style.height = '1';
24 test2.style.display = 'none'; 24 test2.style.display = 'none';
25 </script> 25 </script>
26 </html> 26 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/float-not-removed-from-next-sibling5-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698