Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..16232345ce16df0d45f5c23383b9c5397822d34f |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/vertical-rl-overflow-expected.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +#div { |
| + box-shadow: -50px 0 green; |
| + position: absolute; |
| + top: 100px; |
| + left: 100px; |
| + width: 100px; |
| + height: 100px; |
| + background-color: blue; |
| +} |
| +</style> |
| +Tests paint invalidation of a verticle-rl div with overflow. Passes if no under-invalidation reported and shows no red. |
| +<div id="div"></div> |