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

Unified Diff: third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fit-content.html

Issue 2521193002: Make auto-scrollbar shrink-to-fit test more evil. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fit-content.html
diff --git a/third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fit-content.html b/third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fit-content.html
index ef22a70aba526067a6e6e8060078bfa2b8e7857b..568f41699e52576e8cc2b9029fb03e616261706d 100644
--- a/third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fit-content.html
+++ b/third_party/WebKit/LayoutTests/scrollbars/auto-scrollbar-fit-content.html
@@ -11,8 +11,8 @@
test(function() {
var topDiv = document.getElementById("top");
var scroller = document.getElementById("scroller");
- topDiv.style.display = "block";
topDiv.offsetTop;
+ topDiv.style.display = "block";
assert_equals(scroller.clientWidth, scroller.scrollWidth);
});
</script>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698