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

Side by Side Diff: LayoutTests/fast/dynamic/subtree-unrooted.html

Issue 8052011: Merge 95926 - <rdar://problem/10156263> ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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/dynamic/subtree-unrooted-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 <style> 1 <style>
2 #target:before { 2 #target:before {
3 content: ' '; 3 content: ' ';
4 display: block; 4 display: block;
5 overflow: hidden; 5 overflow: hidden;
6 width: 0; 6 width: 0;
7 height: 0; 7 height: 0;
8 } 8 }
9 </style> 9 </style>
10 <body> 10 <body>
11 <p> 11 <p>
12 Test for <i><a href="rdar://problem/10156263">&lt;rdar://problem/1015626 3></a> 12 Test for <i><a href="rdar://problem/10156263">&lt;rdar://problem/1015626 3></a>
13 ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree at developer.gno me.org</i>. 13 ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree at developer.gno me.org</i>.
14 </p> 14 </p>
15 <p> 15 <p>
16 The test passes if, in a debug build, it does not cause an assertion fai lure. 16 The test passes if, in a debug build, it does not cause an assertion fai lure.
17 </p> 17 </p>
18 <script> 18 <script>
19 if (window.layoutTestController) 19 if (window.layoutTestController)
20 layoutTestController.dumpAsText(); 20 layoutTestController.dumpAsText();
21 document.body.offsetTop; 21 document.body.offsetTop;
22 </script> 22 </script>
23 <div id="target"></div> 23 <div id="target"></div>
24 </body> 24 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dynamic/subtree-unrooted-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698