summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/editing/style/apply-style-join-child-text-nodes-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/style/apply-style-join-child-text-nodes-crash.html')
-rwxr-xr-xthird_party/WebKit/LayoutTests/editing/style/apply-style-join-child-text-nodes-crash.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/style/apply-style-join-child-text-nodes-crash.html b/third_party/WebKit/LayoutTests/editing/style/apply-style-join-child-text-nodes-crash.html
index 2a5cf56..6d8343d 100755
--- a/third_party/WebKit/LayoutTests/editing/style/apply-style-join-child-text-nodes-crash.html
+++ b/third_party/WebKit/LayoutTests/editing/style/apply-style-join-child-text-nodes-crash.html
@@ -12,8 +12,8 @@ document.addEventListener("DOMCharacterDataModified",function(){
<script>
window.jsTestIsAsync = true;
-if (window.layoutTestController)
- layoutTestController.waitUntilDone();
+if (window.testRunner)
+ testRunner.waitUntilDone();
var scriptElement = document.getElementById('script1');
scriptElement.parentNode.appendChild(scriptElement.firstChild);