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

Side by Side Diff: LayoutTests/fast/overflow/hidden-scrollbar-resize.html

Issue 183703003: Remove more testRunner.display() calls from LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Just delete an svg crash test Created 6 years, 9 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 <script>
2 if (window.testRunner)
3 testRunner.display();
4 </script>
5 This tests that the scrollbar and resize corner are not visible on an element th at has visibility:hidden. 1 This tests that the scrollbar and resize corner are not visible on an element th at has visibility:hidden.
6 <div style="overflow: auto; width: 50px; height: 70px; resize: both; visibility: hidden"> 2 <div style="overflow: auto; width: 50px; height: 70px; resize: both; visibility: hidden">
7 You 3 You
8 should 4 should
9 not 5 not
10 see 6 see
11 this 7 this
12 text 8 text
13 </div> 9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698