| Index: LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html
|
| diff --git a/LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html b/LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bdee5e6128eedb5c955fba88d7302d120f694876
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/invalidation/percentage-transform-paint-offset-expected.html
|
| @@ -0,0 +1,5 @@
|
| +<!DOCTYPE html>
|
| +Tests paint invalidation on resize of container with percentage-transform (causing change of paint offset, but no change of paint invalidation offset). Passes if there is a blue square and a green square side-by-side.
|
| +<div style="width: 600px; height: 300px; background-color: green">
|
| + <div style="width: 300px; height: 300px; background-color: blue"></div>
|
| +</div>
|
|
|