Index: LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html |
diff --git a/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html b/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html |
index a0158740dd7d4135ee68b48ad90cf5b97ac9e575..ae7238a955f7091054bf30899be36cad6c02b2ad 100644 |
--- a/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html |
+++ b/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html |
@@ -189,5 +189,31 @@ |
</div> |
</div> |
+ <h5>Case 13: fixed text box (blue) should be just after relative2 text box (green).</h5> |
+ <div class="container"> |
+ <div class="main relative grey" style="left: 100px;"> |
+ relative |
+ <span class="relative green" style="left: 25%;"> |
+ relative2 |
+ <span class="fixed blue"> |
+ fixed |
+ </span> |
+ </span> |
+ </div> |
+ </div> |
+ |
+ <h5>Case 14: fixed text box (blue) should be after relative text box (grey) in some distance and before the other relative2 text box (green) in some distance.</h5> |
+ <div class="container"> |
+ <div class="main relative grey rtl" style="left: 100px;"> |
+ relative |
+ <span class="relative green" style="left: 25%;"> |
+ relative2 |
+ <span class="fixed blue"> |
+ fixed |
+ </span> |
+ </span> |
+ </div> |
+ </div> |
+ |
</body> |
</html> |