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

Side by Side Diff: LayoutTests/paint/invalidation/spv2/border-outline-0-expected.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
(Empty)
1 <!DOCTYPE html>
2
3 <style>
4 #border-image,
5 #border,
6 #outline {
7 height: 100px;
8 width: 100px;
9 }
10
11 td {
12 height: 50px;
13 width: 50px;
14 border-style: hidden;
15 }
16
17 #border-image {
18 position: absolute;
19 top: 10px;
20 left: 10px;
21 }
22 </style>
23
24 <p>Tests that setting an outline or a border of 0 on an element without a border or outline doesn't repaint.</p>
25
26 <div id="border"></div>
27 <div id="outline"></div>
28 <div id="border-image"></div>
29
30 <table>
31 <tr>
32 <td id="cell"></td>
33 <td></td>
34 </tr>
35 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698