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> |