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

Side by Side Diff: LayoutTests/fast/dynamic/position-absolute-to-fixed-crash-expected.txt

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
OLDNEW
1 Test for rdar://problem/7094146 Reproducible crash at RenderObject::localToAbsol ute(). 1 Test for rdar://problem/7094146 Reproducible crash at LayoutObject::localToAbsol ute().
2 2
3 This crash occurred after an object’s position changed directly from absolute to fixed, and it was not added to the RenderView’s positioned objects list nor rem oved from its old container’s list. 3 This crash occurred after an object’s position changed directly from absolute to fixed, and it was not added to the RenderView’s positioned objects list nor rem oved from its old container’s list.
4 4
5 5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698