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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/repaint-tile-clipped-as-text.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/repaint-tile-clipped.html --> 1 <!-- Based on fast/repaint/repaint-tile-clipped.html -->
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 <html> 3 <html>
4 <head> 4 <head>
5 <script src="resources/paint-invalidation-test.js"></script> 5 <script src="resources/paint-invalidation-test.js"></script>
6 <script> 6 <script>
7 window.expectedPaintInvalidationObjects = [ 7 if (window.testRunner)
8 ]; 8 testRunner.dumpAsText();
9 function paintInvalidationTest() 9 function paintInvalidationTest()
10 { 10 {
11 document.getElementById('ref').style.display = 'block'; 11 document.getElementById('ref').style.display = 'block';
12 } 12 }
13 onload = runPaintInvalidationTest; 13 onload = runPaintInvalidationTest;
14 </script> 14 </script>
15 </head> 15 </head>
16 <style> 16 <style>
17 #ref { 17 #ref {
18 display: none; 18 display: none;
(...skipping 18 matching lines...) Expand all
37 <a href="http://crbug.com/370945">crbug.com/370945</a> 37 <a href="http://crbug.com/370945">crbug.com/370945</a>
38 </p> 38 </p>
39 <p>You should see a green rectangle without any missing pieces if this test pass ed. </p> 39 <p>You should see a green rectangle without any missing pieces if this test pass ed. </p>
40 40
41 <p class='spaced'> 41 <p class='spaced'>
42 <span class='wrapper'> 42 <span class='wrapper'>
43 <span id="ref"></span> 43 <span id="ref"></span>
44 </span> 44 </span>
45 </p> 45 </p>
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698