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

Unified Diff: chrome/test/webdriver/WEBDRIVER_TESTS

Issue 6705004: Return the full cookie details in TestingAutomationProvider and pass around (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 9 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/test/automation/automation_json_requests.cc ('k') | chrome/test/webdriver/automation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/WEBDRIVER_TESTS
diff --git a/chrome/test/webdriver/WEBDRIVER_TESTS b/chrome/test/webdriver/WEBDRIVER_TESTS
index 5be6d6c4714c8fbc99eee151c502f7ae2fe05476..e1329d1206efaff5191af6d55bd858a8dbecce24 100644
--- a/chrome/test/webdriver/WEBDRIVER_TESTS
+++ b/chrome/test/webdriver/WEBDRIVER_TESTS
@@ -24,10 +24,9 @@
{
'all': [
'children_finding_tests',
- 'cookie_tests',
- # Automation proxy only returns cookie name=value pairs.
- '-cookie_tests.CookieTest.testAddCookie',
- '-cookie_tests.CookieTest.testGetGoogleCookie',
+ # Cookie tests try to set the domain explicitly to 'localhost', which
+ # is not allowed.
+# 'cookie_tests',
# 'correct_event_firing_tests',
'driver_element_finding_test',
'element_attribute_tests',
« no previous file with comments | « chrome/test/automation/automation_json_requests.cc ('k') | chrome/test/webdriver/automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698