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

Side by Side Diff: LayoutTests/fast/dynamic/transform-removed-from-absolute-with-fixed-children-expected.html

Issue 1181983002: Ensure that positioned objects' list is always in parent first order (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline one repaint order change for https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/66793/layout-test-results/results.html Created 5 years, 6 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <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>
3 <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.
4 <div id="elm" style="position:absolute;">
5 <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.
6 </div>
7 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698