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

Unified Diff: LayoutTests/fast/overflow/overflow-y-scroll.html

Issue 648913002: Clean up vestiges of ScrollView. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/overflow-y-scroll.html
diff --git a/LayoutTests/fast/overflow/overflow-y-scroll.html b/LayoutTests/fast/overflow/overflow-y-scroll.html
index 179c23379cbb8f2a4c631e4a4e6f56293a39d9a6..73e66538e6b5a4a343a772826df3145eba102f00 100644
--- a/LayoutTests/fast/overflow/overflow-y-scroll.html
+++ b/LayoutTests/fast/overflow/overflow-y-scroll.html
@@ -7,7 +7,7 @@
function inject()
{
- var content = '<html><head><style>' +
+ var content = '<html><head><style>' +
'html,body { margin: 0; overflow: hidden; height: 100%; width: 100% } ' +
'html.scroll { overflow-x: auto; overflow-y: scroll; } ' +
'</style><body><div id="offender" style="height: 900px;"></div></body></html>';
@@ -18,7 +18,7 @@
doc.write(content);
doc.close();
doc.getElementsByTagName("html")[0].className = "scroll";
- // tickle ScrollView::updateScrollbars()
+ // tickle FrameView::updateScrollbars()
doc.getElementById("offender").scrollIntoView(false);
// trigger resize
injectee.style.width = "400px";
@@ -29,7 +29,7 @@
</head>
<body>
<p>
- Tests <kbd>ScrollView</kbd>'s behavior when only one of the scrollbars is made <kbd>ScrollbarAlwaysOn</kbd> dynamically.
+ Tests <kbd>FrameView</kbd>'s behavior when only one of the scrollbars is made <kbd>ScrollbarAlwaysOn</kbd> dynamically.
The correct behavior is not to remove this scrollbar, which is what this test checks for.
</p>
<div id="test">
« no previous file with comments | « LayoutTests/fast/events/resources/panScroll.js ('k') | LayoutTests/fast/overflow/overflow-y-scroll-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698