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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-69296-expected.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 <!-- 1 <!--
2 Test for bug69296. 2 Test for bug69296.
3 Collapsed borders should not disappear. 3 Collapsed borders should not disappear.
4 --> 4 -->
5 <html> 5 <html>
6 <head> 6 <head>
7 <style> 7 <style>
8 BODY { 8 BODY {
9 margin: 20px; 9 margin: 20px;
10 } 10 }
(...skipping 23 matching lines...) Expand all
34 </td> 34 </td>
35 </tr> 35 </tr>
36 <tr id="row2"> 36 <tr id="row2">
37 <td/> 37 <td/>
38 <td/> 38 <td/>
39 <td/> 39 <td/>
40 </tr> 40 </tr>
41 </table> 41 </table>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698