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

Unified Diff: LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html

Issue 934853002: Move and rename RenderQuote and RenderWordBreak. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/css-generated-content/quote-layout-focus-crash.html
diff --git a/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html b/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html
index 22f555af58e3fee6e188da3c0ccbf49d0374f697..5806a52e28de29690738b14ad2677866fad8bc0a 100644
--- a/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html
+++ b/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html
@@ -17,7 +17,7 @@
<p>Bug 109616 - ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content</p>
<!--
- This is testing a case where RenderQuote::updateDepth would mark the RenderQuote
+ This is testing a case where LayoutQuote::updateDepth would mark the LayoutQuote
and its ancestors as needing layout in the middle of a layout of its ancestor.
When its ancestor finishes the layout it will mark itself and the ancestors
farther up as no longer needing layout. The end result is some subtree
@@ -32,7 +32,7 @@
\
RenderBlock (generated content) <- needsLayout
\
- RenderQuote <- needsLayout
+ LayoutQuote <- needsLayout
-->
<div class="positioned"></div>

Powered by Google App Engine
This is Rietveld 408576698