| Index: chrome/test/data/layout_tests/layout_test_controller.html
|
| ===================================================================
|
| --- chrome/test/data/layout_tests/layout_test_controller.html (revision 50901)
|
| +++ chrome/test/data/layout_tests/layout_test_controller.html (working copy)
|
| @@ -22,7 +22,7 @@
|
| };
|
|
|
| this.DelayedNotifyDone2 = function () {
|
| - var token = encodeURIComponent(document.firstChild.innerText);
|
| + var token = encodeURIComponent(document.body.innerText);
|
| document.cookie = "%COOKIE%=" + token;
|
| };
|
|
|
|
|