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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-body-appear.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
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> 5 <script>
6 function repaintTest() 6 function repaintTest()
7 { 7 {
8 document.body.style.overflow = "visible"; 8 document.body.style.overflow = "visible";
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 12
13 <body style="overflow:hidden" onload="runRepaintAndPixelTest()"> 13 <body style="overflow:hidden" onload="runRepaintAndPixelTest()">
14 <p>You should see both vertical and horizontal scrollbars. 14 <p>You should see both vertical and horizontal scrollbars.
15 <p>This is the test for <a href="https://bugs.webkit.org/show_bug.cgi?id=364 61">Bug 36461 - No vertical scrollbar after the CSS class change</a>. 15 <p>This is the test for <a href="https://bugs.webkit.org/show_bug.cgi?id=364 61">Bug 36461 - No vertical scrollbar after the CSS class change</a>.
16 16
17 <div style="width: 2000px; height: 2000px;"> 17 <div style="width: 2000px; height: 2000px;">
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698