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

Unified Diff: LayoutTests/fast/repaint/svg-layout-root-style-attr-update.html

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/repaint/svg-layout-root-style-attr-update.html
diff --git a/LayoutTests/fast/repaint/svg-layout-root-style-attr-update.html b/LayoutTests/fast/repaint/svg-layout-root-style-attr-update.html
index 16d6b27a49a49ce9a52bb658b9ac35663a650bce..0c4049aefdaef72e36b1b1fd9822ad555d1c3daf 100644
--- a/LayoutTests/fast/repaint/svg-layout-root-style-attr-update.html
+++ b/LayoutTests/fast/repaint/svg-layout-root-style-attr-update.html
@@ -43,7 +43,7 @@ function test() {
greenRect.setAttribute("width", "50%");
// dirty a normal DOM attribute in a separate part of the DOM. this is where things go awry since
// FrameView::scheduleRelayoutOfSubtree will clear out its m_layoutRoot and call
- // RenderObject::markContainingBlocksForLayout() on the RenderSVGRoot. Since the RenderSVGRoot's
+ // LayoutObject::markContainingBlocksForLayout() on the RenderSVGRoot. Since the RenderSVGRoot's
// container already has m_posChildNeedsLayout set, the RenderSVGRoot's container's container
// (corresponding to the DIV#grandparent) will not have any needs layout flags set on it.
document.getElementById('other').style.width="500px";

Powered by Google App Engine
This is Rietveld 408576698