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

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

Issue 1106693002: Move the anonymous decoration to decoratedName. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 5e5cc8c7c5554962cfc994065c11b6bbe62553ae..8edfd01ab916d6ef9baff5c8374e9a3eb3227548 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(!layoutObject()->needsLayout()) when calling Element::focus() with generated content</p>
<!--
- This is testing a case where LayoutQuote::updateDepth would mark the LayoutQuote
+ This is testing a case where LayoutQuote (anonymous)::updateDepth would mark the LayoutQuote (anonymous)
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 @@
\
LayoutBlockFlow (generated content) <- needsLayout
\
- LayoutQuote <- needsLayout
+ LayoutQuote (anonymous) <- needsLayout
-->
<div class="positioned"></div>

Powered by Google App Engine
This is Rietveld 408576698