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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/table-extra-bottom-grow.html

Issue 1366763002: Text expectations of paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 <!-- Based on fast/repaint/table-extra-bottom-grow.html --> 1 <!-- Based on fast/repaint/table-extra-bottom-grow.html -->
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 "http://www.w3.org/TR/html4/strict.dtd"> 3 "http://www.w3.org/TR/html4/strict.dtd">
4 <html lang="en"> 4 <html lang="en">
5 <head> 5 <head>
6 <script src="resources/paint-invalidation-test.js"></script> 6 <script src="resources/paint-invalidation-test.js"></script>
7 <script> 7 <script>
8 window.expectedPaintInvalidationObjects = [
9 ];
10 function paintInvalidationTest() 8 function paintInvalidationTest()
11 { 9 {
12 document.getElementById("t").style.height='100px'; 10 document.getElementById("t").style.height='100px';
13 } 11 }
14 </script> 12 </script>
15 </head> 13 </head>
16 <body onload="runPaintInvalidationTest();"> 14 <body onload="runPaintInvalidationTest();">
17 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=6769">Bugzill a bug 6769</a> REGRESSION: Incomplete repaint when a cell's extra bottom margin grows</p> 15 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=6769">Bugzill a bug 6769</a> REGRESSION: Incomplete repaint when a cell's extra bottom margin grows</p>
18 16
19 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</ b> 17 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</ b>
(...skipping 12 matching lines...) Expand all
32 </td> 30 </td>
33 </tr> 31 </tr>
34 <tr> 32 <tr>
35 <td style="background: red;"></td> 33 <td style="background: red;"></td>
36 </tr> 34 </tr>
37 </table> 35 </table>
38 36
39 </body> 37 </body>
40 </html> 38 </html>
41 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698