Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html

Issue 720003002: Fixed positioned element with relative percentage positioned parent is wrongly placed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698