Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1078)

Unified Diff: chrome/test/data/layout_tests/layout_test_controller.html

Issue 2879003: Run appcache layout tests in chrome using the ui test harness. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/ui/ui_layout_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/ui/ui_layout_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698