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/fast/table/border-collapsing/cached-69296.html

Issue 1972273002: Let repaint tests test pixels by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <script src="../../../fast/repaint/resources/text-based-repaint.js"></sc ript> 7 <script src="../../../fast/repaint/resources/repaint.js"></script>
8 <style> 8 <style>
9 BODY { 9 BODY {
10 margin: 20px; 10 margin: 20px;
11 } 11 }
12 TABLE { 12 TABLE {
13 border-collapse: collapse; 13 border-collapse: collapse;
14 } 14 }
15 TD { 15 TD {
16 width: 50px; 16 width: 50px;
17 height: 50px; 17 height: 50px;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 </td> 49 </td>
50 </tr> 50 </tr>
51 <tr id="row2"> 51 <tr id="row2">
52 <td/> 52 <td/>
53 <td/> 53 <td/>
54 <td/> 54 <td/>
55 </tr> 55 </tr>
56 </table> 56 </table>
57 </body> 57 </body>
58 </html> 58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698