| Index: LayoutTests/paint/invalidation/spv2/invalidate-invisible-element-expected.html
|
| diff --git a/LayoutTests/paint/invalidation/spv2/invalidate-invisible-element-expected.html b/LayoutTests/paint/invalidation/spv2/invalidate-invisible-element-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d41a36e6368f5fe053eab13eaa70acb6eb9b6c5b
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/invalidation/spv2/invalidate-invisible-element-expected.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| + <div id="target"
|
| + style="position: absolute;
|
| + top: 300px; left: 200px;
|
| + width: 200px; height: 200px;
|
| + background-color: redl "></div>
|
| +</body>
|
| +</html>
|
|
|