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

Unified 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: Ditch fast/text/font-initial changes too Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/overflow/hidden-scrollbar-resize.html
diff --git a/LayoutTests/fast/overflow/hidden-scrollbar-resize.html b/LayoutTests/fast/overflow/hidden-scrollbar-resize.html
index 364f5dfbe10fe3fe4f53b3df3f2152a2cb507cae..32f42a1d31e4486bffb57f6233b20ba4513cb3a5 100644
--- a/LayoutTests/fast/overflow/hidden-scrollbar-resize.html
+++ b/LayoutTests/fast/overflow/hidden-scrollbar-resize.html
@@ -1,7 +1,3 @@
-<script>
-if (window.testRunner)
- testRunner.display();
-</script>
This tests that the scrollbar and resize corner are not visible on an element that has visibility:hidden.
<div style="overflow: auto; width: 50px; height: 70px; resize: both; visibility: hidden">
You
« no previous file with comments | « LayoutTests/fast/layers/nested-layers-4.html ('k') | LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698