| Index: third_party/WebKit/LayoutTests/accessibility/insert-adjacent-html-causes-crash.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/insert-adjacent-html-causes-crash.xhtml b/third_party/WebKit/LayoutTests/accessibility/insert-adjacent-html-causes-crash.xhtml
|
| index 793ea7d1b2dc886076eedd630a785a85a0574529..946a183bc774c65d565af355be1ea2c8cc1efba5 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/insert-adjacent-html-causes-crash.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/insert-adjacent-html-causes-crash.xhtml
|
| @@ -2,7 +2,7 @@
|
| <li xmlns="http://www.w3.org/1999/xhtml">
|
| <h1 id="x">x<h1></h1></h1>
|
| <script><![CDATA[
|
| - if (testRunner)
|
| + if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| // Calling accessibleElementById on a nonexistant id has the side effect
|
|
|