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

Side by Side Diff: LayoutTests/fast/dynamic/008.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body style="overflow:hidden;">
3 <textarea id="ta" rows=10 cols=40>Sample text</textarea> 3 <textarea id="ta" rows=10 cols=40>Sample text</textarea>
4 <script> 4 <script>
5 var v = document.getElementById('ta'); 5 var v = document.getElementById('ta');
6 var w = v.offsetWidth; // Force a layout 6 var w = v.offsetWidth; // Force a layout
7 v.rows += 40; // Change the rows again. 7 v.rows += 40; // Change the rows again.
8 w = v.offsetWidth; // Force a layout again. 8 w = v.offsetWidth; // Force a layout again.
9 </script> 9 </script>
10 </body> 10 </body>
11 </html> 11 </html>
12 12
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/scroll-reveal-top-overflow.html ('k') | LayoutTests/fast/events/pointer-events-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698