| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html
|
| deleted file mode 100644
|
| index 8cb702b882f312fe6392cf9548bb0e852c69d88c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/scrollbar-invalidation-on-resize-with-border-expected.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -#scrollable {
|
| - overflow: scroll;
|
| - position: absolute;
|
| - top: 50px;
|
| - width: 300px;
|
| - height: 100px;
|
| - border: solid 10px green;
|
| -}
|
| -</style>
|
| -When a scrollable area is resized, the invalidation area should cover non-composited scrollbars.
|
| -<div id="scrollable"></div>
|
| -
|
|
|