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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-outer-border-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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12817</title> 4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12817</title>
5 <style type="text/css" media="all"> 5 <style type="text/css" media="all">
6 table { 6 table {
7 border-collapse: collapse; 7 border-collapse: collapse;
8 } 8 }
9 9
10 table td { 10 table td {
(...skipping 10 matching lines...) Expand all
21 <tr> 21 <tr>
22 <td></td> 22 <td></td>
23 </tr> 23 </tr>
24 <tr> 24 <tr>
25 <td></td> 25 <td></td>
26 </tr> 26 </tr>
27 </table> 27 </table>
28 </div> 28 </div>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698