Chromium Code Reviews| Index: LayoutTests/fast/dynamic/transform-removed-from-absolute-with-fixed-children-expected.html |
| diff --git a/LayoutTests/fast/dynamic/transform-removed-from-absolute-with-fixed-children-expected.html b/LayoutTests/fast/dynamic/transform-removed-from-absolute-with-fixed-children-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..97f72502faf5ef8cb77ec377aabb87573ff2add0 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dynamic/transform-removed-from-absolute-with-fixed-children-expected.html |
| @@ -0,0 +1,3 @@ |
| +<!DOCTYPE html> |
| +<p>The word "PASS" should be seen in the bottom left corner of the viewport, and there should be no crash or assertion failure.</p> |
| +<div style="position:fixed; bottom:0">PASS</div> |