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> |