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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/table-cell-overflow-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (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
1 <body> 1 <body>
2 <table cellpadding=1 cellspacing=0> 2 <table cellpadding=1 cellspacing=0>
3 <tr> 3 <tr>
4 <td> 4 <td>
5 <div style="width: 100px;"> 5 <div style="width: 100px;">
6 <div style="width: 100px; height: 100px; background-color: blue; margin-left: 50px;"></div> 6 <div style="width: 100px; height: 100px; background-color: blue; margin-left: 50px;"></div>
7 </div> 7 </div>
8 </td> 8 </td>
9 <td> 9 <td>
10 <div style="width: 100px; height: 100px; background-color: transpare nt;" id="target"></div> 10 <div style="width: 100px; height: 100px;" id="target"></div>
11 </td> 11 </td>
12 </tr> 12 </tr>
13 </table> 13 </table>
14 </body> 14 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698