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

Unified Diff: LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.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
Index: LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html
diff --git a/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html b/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html
index 879a7ea71b1252741b1d63d85bf82ee6d00f2006..44fac96b6fcafc31e1ff7285e69510e87ded8d39 100644
--- a/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html
+++ b/LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed-expected.html
@@ -158,5 +158,25 @@
</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<div class="inline blue">fixed</div>
+ </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<div class="inline blue">fixed</div>
+ </span>
+ </div>
+ </div>
+
</body>
</html>
« no previous file with comments | « LayoutTests/fast/css/css-properties-position-relative-as-parent-fixed.html ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698