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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dynamic/position-absolute-to-fixed-crash-expected.txt
diff --git a/LayoutTests/fast/dynamic/position-absolute-to-fixed-crash-expected.txt b/LayoutTests/fast/dynamic/position-absolute-to-fixed-crash-expected.txt
index ca718bdfe7efe9a304a8f6c7fa6d60b3bd066473..e4c771cf1ca65c290e260ebdbeaec6a0c71299e0 100644
--- a/LayoutTests/fast/dynamic/position-absolute-to-fixed-crash-expected.txt
+++ b/LayoutTests/fast/dynamic/position-absolute-to-fixed-crash-expected.txt
@@ -1,4 +1,4 @@
-Test for rdar://problem/7094146 Reproducible crash at RenderObject::localToAbsolute().
+Test for rdar://problem/7094146 Reproducible crash at LayoutObject::localToAbsolute().
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 removed from its old container’s list.

Powered by Google App Engine
This is Rietveld 408576698