Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html b/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html |
| index e97e859252da3a0113069e622025464f3b4d71fa..8f5d237a3a00377071266b06f8bf6658aeb15735 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html |
| @@ -24,7 +24,7 @@ function runTest() { |
| document.body.appendChild(object1); |
| input = iframe.contentDocument.createElement('input'); |
| document.body.appendChild(input); |
| - noderef1 = input.parentElement; |
| + noderef1 = input.parentElement; |
| node2.appendChild(noderef1); |
| embed = document.createElement('embed'); |
| object1.id = 4294967294; |
| @@ -43,7 +43,7 @@ function runTest() { |
| template2content.appendChild(object2); |
| gc(); |
| object2.cloneNode(); |
| - document.location='data:text/html,<body>PASS<script>if (window.testRunner) testRunner.notifyDone()</scr' + 'ipt></body>'; |
| + document.location = 'Window/resources/destination.html'; |
|
Charlie Reis
2017/02/23 18:39:11
Convenient that was already there. :)
|
| } |
| runTest(); |