Chromium Code Reviews| Index: LayoutTests/fast/block/float/containing-block-change-compositing-expected.html |
| diff --git a/LayoutTests/fast/block/float/containing-block-change-compositing-expected.html b/LayoutTests/fast/block/float/containing-block-change-compositing-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..02acf71713b249e45e282c65e02761d53835bde6 |
| --- /dev/null |
| +++ b/LayoutTests/fast/block/float/containing-block-change-compositing-expected.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<body style="margin: 0"> |
| + <div style="height: 100px"> |
| + Tests layout and repaint of floating descendants of a container changing 3D transform. Passes if there is no red. |
| + </div> |
| + <div style="position: absolute; top: 100px; left: 100px; width: 100px; height: 100px; background-color: green"></div> |
| +</body> |