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

Side by Side Diff: LayoutTests/fast/css/pending-stylesheet-repaint.html

Issue 9618030: Merge 109543 - REGRESSION (r104060): Page contents not painted if inserting a new stylesheet and te… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/css/pending-stylesheet-repaint-expected.png » ('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 <head> 3 <head>
4 <title>Test case</title> 4 <title>Test case</title>
5 </head> 5 </head>
6 6
7 <body> 7 <body>
8 <div style="background: green; width: 32px; height: 32px; position: absolute"> </div> 8 <div style="background: green; width: 32px; height: 32px; position: absolute"> </div>
9 9
10 <script> 10 <script>
(...skipping 19 matching lines...) Expand all
30 30
31 // Triggering a style recalc here is necessary. 31 // Triggering a style recalc here is necessary.
32 anotherBody.offsetHeight; 32 anotherBody.offsetHeight;
33 33
34 anotherBody.parentNode.removeChild(anotherBody); 34 anotherBody.parentNode.removeChild(anotherBody);
35 }, 35 },
36 false); 36 false);
37 </script> 37 </script>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/pending-stylesheet-repaint-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698