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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html

Issue 2229643002: Don't invalidate paint on background image change if it's obscured (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@BackgroundObscured
Patch Set: Rebase Created 4 years, 4 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../../resources/ahem.js"></script>
3 <style> 4 <style>
4 .container { 5 .container {
5 font: 50px/1 Ahem, sans-serif; 6 font: 50px/1 Ahem, sans-serif;
6 color: green; 7 color: green;
7 } 8 }
8 </style> 9 </style>
9 </head> 10 </head>
10 <body> 11 <body>
11 <div class="container"> 12 <div class="container">
12 <p>X<br>&nbsp;X<br>X</p> 13 <p>X<br>&nbsp;X<br>X</p>
13 </div> 14 </div>
14 </body> 15 </body>
15 </html> 16 </html>
16 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698