summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
diff options
context:
space:
mode:
authormichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 22:32:32 +0000
committermichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 22:32:32 +0000
commit446f96cfad3a74fd4e08a5a29c299e25917abb47 (patch)
tree82626e93cfe47423f4f2680569cd921b114164e4 /chrome/test/data
parent860a23a03cd9546ffcb2ab33645c7d2bb3259c1b (diff)
downloadchromium_src-446f96cfad3a74fd4e08a5a29c299e25917abb47.zip
chromium_src-446f96cfad3a74fd4e08a5a29c299e25917abb47.tar.gz
chromium_src-446f96cfad3a74fd4e08a5a29c299e25917abb47.tar.bz2
Run appcache layout tests in chrome using the ui test harness.
BUG=39365 TEST=yes Review URL: http://codereview.chromium.org/2879003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r--chrome/test/data/layout_tests/layout_test_controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/layout_tests/layout_test_controller.html b/chrome/test/data/layout_tests/layout_test_controller.html
index e82d675..e2bf813 100644
--- a/chrome/test/data/layout_tests/layout_test_controller.html
+++ b/chrome/test/data/layout_tests/layout_test_controller.html
@@ -22,7 +22,7 @@ function LayoutTestController() {
};
this.DelayedNotifyDone2 = function () {
- var token = encodeURIComponent(document.firstChild.innerText);
+ var token = encodeURIComponent(document.body.innerText);
document.cookie = "%COOKIE%=" + token;
};