| Index: LayoutTests/fast/dynamic/static-to-relative-with-absolute-and-static-child-expected.html
 | 
| diff --git a/LayoutTests/fast/dynamic/static-to-relative-with-absolute-and-static-child-expected.html b/LayoutTests/fast/dynamic/static-to-relative-with-absolute-and-static-child-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..cbd3710264205dd3d8abb6bbdbfba34cbf7e1aee
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/dynamic/static-to-relative-with-absolute-and-static-child-expected.html
 | 
| @@ -0,0 +1,17 @@
 | 
| +<!DOCTYPE html>
 | 
| +<style>
 | 
| +#abs {
 | 
| +    width:100px; height:50px;
 | 
| +    position:absolute;
 | 
| +    background-color:blue;
 | 
| +}
 | 
| +#next {
 | 
| +    width:50px; height:100px;
 | 
| +    margin-top:50px;
 | 
| +    background-color:orange;
 | 
| +}
 | 
| +</style>
 | 
| +<div id=outer>
 | 
| +    <div id=abs></div>
 | 
| +    <div id=next></div>
 | 
| +</div>
 | 
| 
 |