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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-box-sizing-invalidation-expected.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 img { 3 img {
4 box-sizing: border-box; 4 box-sizing: border-box;
5 width: 100px; 5 width: 100px;
6 height: 100px; 6 height: 100px;
7 } 7 }
8 </style> 8 </style>
9 <p>crbug.com/597194: There should be two blue boxes of equal size below.</p> 9 <p>crbug.com/597194: There should be two blue boxes of equal size below.</p>
10 <img id="tst" src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" vi ewBox="0 0 1 1"><rect width="1" height="1" fill="blue"/></svg>'> 10 <img id="tst" src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" vi ewBox="0 0 1 1"><rect width="1" height="1" fill="blue"/></svg>'>
11 <img id="tst" src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" vi ewBox="0 0 1 1"><rect width="1" height="1" fill="blue"/></svg>'> 11 <img id="tst" src='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" vi ewBox="0 0 1 1"><rect width="1" height="1" fill="blue"/></svg>'>
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698