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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-3509.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 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t> 4 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t>
5 <script type="text/javascript"> 5 <script type="text/javascript">
6 function repaintTest() 6 function repaintTest()
7 { 7 {
8 document.getElementById('im').style.width = '100px'; 8 document.getElementById('im').style.width = '100px';
9 } 9 }
10 </script> 10 </script>
(...skipping 13 matching lines...) Expand all
24 <tr> 24 <tr>
25 <td style="width: 100px;"> 25 <td style="width: 100px;">
26 <div id="qu" style="margin-top: 2.0__qem;"></div> 26 <div id="qu" style="margin-top: 2.0__qem;"></div>
27 <div id="im" style="height: 100px; width: 50px; background: blue ;">&nbsp;</div> 27 <div id="im" style="height: 100px; width: 50px; background: blue ;">&nbsp;</div>
28 </td> 28 </td>
29 </tr> 29 </tr>
30 </table> 30 </table>
31 31
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698