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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/border-outline-0.html

Issue 2321183002: Move repaint tests (except for svg/) 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 2
3 <style> 3 <style>
4 #border-image, 4 #border-image,
5 #border, 5 #border,
6 #outline { 6 #outline {
7 height: 100px; 7 height: 100px;
8 width: 100px; 8 width: 100px;
9 } 9 }
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <div id="border"></div> 51 <div id="border"></div>
52 <div id="outline"></div> 52 <div id="outline"></div>
53 <div id="border-image"></div> 53 <div id="border-image"></div>
54 54
55 <table> 55 <table>
56 <tr> 56 <tr>
57 <td id="cell"></td> 57 <td id="cell"></td>
58 <td></td> 58 <td></td>
59 </tr> 59 </tr>
60 </table> 60 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698