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

Side by Side Diff: LayoutTests/fast/forms/hidden-listbox.html

Issue 183703003: Remove more testRunner.display() calls from LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ditch fast/text/font-initial changes too 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 whole listbox control is hidden when visibility is set to hi dden. 1 This tests that the whole listbox control is hidden when visibility is set to hi dden.
6 <br> 2 <br>
7 <select multiple style="visibility: hidden"> 3 <select multiple style="visibility: hidden">
8 <option>This text should not be visible 4 <option>This text should not be visible
9 </select> 5 </select>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698