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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/cached-69296-expected.html

Issue 2010243002: Remove paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
(Empty)
1 <!--
2 Test for bug69296.
3 Collapsed borders should not disappear.
4 -->
5 <html>
6 <head>
7 <style>
8 BODY {
9 margin: 20px;
10 }
11 TABLE {
12 border-collapse: collapse;
13 }
14 TD {
15 width: 50px;
16 height: 50px;
17 border: 1px solid #333333;
18 }
19 </style>
20 </head>
21 <body>
22 <table>
23 <tr id="row1">
24 <td valign="top"/>
25 <td/>
26 <td>
27 <div>
28 <div style="width: 20px; height: 20px; background: lime; "/>
29 </div>
30 </td>
31 </tr>
32 <tr id="row2">
33 <td/>
34 <td/>
35 <td/>
36 </tr>
37 </table>
38 </body>
39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698