Index: ManualTests/select-delete-item.html |
diff --git a/ManualTests/select-delete-item.html b/ManualTests/select-delete-item.html |
index 8b2cc779a885634e092699c561813e89850d29c3..c18df7fe50bff13cf2fee1b3d66714f7ecaa0e8c 100644 |
--- a/ManualTests/select-delete-item.html |
+++ b/ManualTests/select-delete-item.html |
@@ -1,6 +1,6 @@ |
<html> |
<head> |
- <title>RenderMenuList::itemStyle Select Element Crash</title> |
+ <title>LayoutMenuList::itemStyle Select Element Crash</title> |
<script> |
function removeItem() { |
var select = document.getElementById("dropDown"); |
@@ -14,7 +14,7 @@ |
<option>Option 2</option> |
<option>Option 3</option> |
</select> |
- <p>This is a test for bug <a href="http://webkit.org/b/34182">34182</a> Crash in WebKit!WebCore::RenderMenuList::itemStyle. |
+ <p>This is a test for bug <a href="http://webkit.org/b/34182">34182</a> Crash in WebKit!WebCore::LayoutMenuList::itemStyle. |
Once the select gets focus, in 2 seconds it will delete an item. This test passes |
if you have the select open when it deletes an item, and doesn't crash.</p> |
</body> |