Index: third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin-expected.html b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html |
similarity index 57% |
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin-expected.html |
copy to third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html |
index baf43bfc31328347f073dedbcedb85721ba34979..197b2da7e976a1d23b952a7b1c3ccc0d23e22e94 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/margin-expected.html |
+++ b/third_party/WebKit/LayoutTests/paint/overflow/interest-rect-change-scroll-up-expected.html |
@@ -1,4 +1,4 @@ |
-<!DOCTYPE HTML> |
+<!DOCTYPE html> |
<style> |
body { |
margin: 0; |
@@ -6,9 +6,11 @@ body { |
div { |
width: 100px; |
height: 100px; |
- position: absolute; |
background-color: green; |
- margin: 20px; |
+} |
+::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
} |
</style> |
-<div id="target"></div> |
+<div></div> |