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

Side by Side Diff: LayoutTests/paint/invalidation/fixed-position-with-text.html

Issue 1333373002: Merge 202060 "Invalidate all non-composited descendants on fixed..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2454/
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #div { 5 #div {
6 position: fixed; 6 position: fixed;
7 float: left; 7 float: left;
8 z-index: 10; 8 z-index: 10;
9 } 9 }
10 span { 10 span {
(...skipping 16 matching lines...) Expand all
27 testRunner.notifyDone(); 27 testRunner.notifyDone();
28 }); 28 });
29 </script> 29 </script>
30 </head> 30 </head>
31 <body> 31 <body>
32 <div id="div"> 32 <div id="div">
33 <span>This text should be in a box</span> 33 <span>This text should be in a box</span>
34 </div> 34 </div>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/paint/invalidation/fixed-position-with-text-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698