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..560843868638fe3a1c8a62c04c8524d936ad06b3 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dynamic/transform-removed-from-absolute-with-fixed-children-expected.html |
| @@ -0,0 +1,7 @@ |
| +<!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:relative; background:lime;"> |
|
mstensho (USE GERRIT)
2015/06/16 14:22:36
Don't need this element, nor "elm".
kojii
2015/06/16 18:56:20
Done.
|
| + <div id="elm" style="position:absolute;"> |
| + <div id="child" style="position:fixed; bottom:0; width:50%;">PASS</div> |
|
mstensho (USE GERRIT)
2015/06/16 14:22:36
width:50% isn't needed.
kojii
2015/06/16 18:56:20
Done.
|
| + </div> |
| +</div> |