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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint.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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12079</title> 3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12079</title>
4 <style type="text/css"> 4 <style type="text/css">
5 div.playground { position: relative; width: 90px; height: 90px; } 5 div.playground { position: relative; width: 90px; height: 90px; }
6 .red { background-color: yellow; } 6 .red { background-color: yellow; }
7 .blue { background-color: blue; } 7 .blue { background-color: blue; }
8 .green { background-color: green; } 8 .green { background-color: green; }
9 .zero { height: 0; width: 60px; } 9 .zero { height: 0; width: 60px; }
10 .half { height: 30px; width: 60px; } 10 .half { height: 30px; width: 60px; }
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 <div id="innerDiv"></div> 81 <div id="innerDiv"></div>
82 </caption> 82 </caption>
83 <tbody> 83 <tbody>
84 <tr><td class="half"></td></tr> 84 <tr><td class="half"></td></tr>
85 <tr><td class="half" style="border-top: solid yellow 8px;"></td> </tr> 85 <tr><td class="half" style="border-top: solid yellow 8px;"></td> </tr>
86 </tbody> 86 </tbody>
87 </table> 87 </table>
88 </div> 88 </div>
89 </body> 89 </body>
90 </html> 90 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698