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

Side by Side Diff: LayoutTests/fast/block/positioning/positioned-float-layout-after-image-load.html

Issue 9232038: Merge 103206 - Positioned Floats: Assertion hit in fast/block/positioning/positioned-float-layout... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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/block/positioning/positioned-float-layout-after-image-load-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 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.waitUntilDone(); 6 layoutTestController.waitUntilDone();
7 } 7 }
8 8
9 // https://bugs.webkit.org/show_bug.cgi?id=54611 9 // https://bugs.webkit.org/show_bug.cgi?id=54611
10 // When navigating to positioned-float-layout-after-image-load-2.html#anch or1 directly, the anchor should be positioned below 10 // When navigating to positioned-float-layout-after-image-load-2.html#anch or1 directly, the anchor should be positioned below
11 // the image on first load. The test is sensitive to caching of the image, so you should reload 11 // the image on first load. The test is sensitive to caching of the image, so you should reload
12 // positioned-float-layout-after-image-load-2.html#anchor1 if testing manu ally. 12 // positioned-float-layout-after-image-load-2.html#anchor1 if testing manu ally.
13 13
14 function test(){ 14 function test(){
15 setTimeout(location.assign("resources/positioned-float-layout-after-imag e-load-2.html#anchor1"),0); 15 setTimeout(location.assign("resources/positioned-float-layout-after-imag e-load-2.html#anchor1"),0);
16 } 16 }
17 </script> 17 </script>
18 </head> 18 </head>
19 <body onload="test();"> 19 <body onload="test();">
20 </body></html> 20 </body></html>
21 21
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/positioning/positioned-float-layout-after-image-load-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698