Index: third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element.html |
index ef3326333eb6f8a66959156bb9abc76cc40d26ee..281fc89da009e9c21b4aa5cda93f0acef3be955b 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/form/nested-form-element.html |
@@ -5,7 +5,7 @@ |
testRunner.dumpAsText(); |
</script> |
</head> |
-<body onload="internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();"> |
+<body onload="internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();"> |
<p>This test checks whether WebKit can parse a page that contains <object> elements which are in nested and defective <form> elements. WebKit should not crash when it renders this page.</p> |
<form><div></form><table><form><object></form><object> |