Index: third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html |
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html |
similarity index 50% |
copy from third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html |
copy to third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html |
index f460c439aa8d6e56a8ad5a0826d6e0c0daf5df11..2296f24f653b3f44d5a67e0a478a9700e6c37c92 100644 |
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html |
+++ b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-down-expected.html |
@@ -2,15 +2,19 @@ |
<style> |
body { |
margin: 0; |
- padding: 0; |
} |
-#target { |
- position: absolute; |
- left: 20px; |
- top: 20px; |
+div { |
+ position: fixed; |
+ left: 0; |
+ bottom: 0; |
width: 100px; |
height: 100px; |
background-color: green; |
} |
+::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
+} |
</style> |
-<div id="target"></div> |
+<div></div> |
+ |