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

Side by Side Diff: chrome/test/webdriver/test/WEBDRIVER_TESTS

Issue 7541056: Toggle a multiple select option instead of setting it as selected when (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/webdriver/session.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This file lists the webdriver tests that run as a part of the functional test 5 # This file lists the webdriver tests that run as a part of the functional test
6 # suite. 6 # suite.
7 # 7 #
8 # Tests can be enabled on a per-platform basis. Tests not listed here will 8 # Tests can be enabled on a per-platform basis. Tests not listed here will
9 # not be run. 9 # not be run.
10 # 10 #
(...skipping 14 matching lines...) Expand all
25 'children_finding_tests', 25 'children_finding_tests',
26 # Cookie tests try to set the domain explicitly to 'localhost', which 26 # Cookie tests try to set the domain explicitly to 'localhost', which
27 # is not allowed. 27 # is not allowed.
28 #'cookie_tests', 28 #'cookie_tests',
29 'correct_event_firing_tests', 29 'correct_event_firing_tests',
30 'driver_element_finding_test', 30 'driver_element_finding_test',
31 'element_attribute_tests', 31 'element_attribute_tests',
32 'executing_async_javascript_test', 32 'executing_async_javascript_test',
33 'executing_javascript_test', 33 'executing_javascript_test',
34 'form_handling_tests', 34 'form_handling_tests',
35 # crbug.com/90994.
36 '-form_handling_tests.FormHandlingTests.testTogglingAnOptionShouldToggleOpti onsInAMultiSelect',
37 'frame_switching_tests', 35 'frame_switching_tests',
38 # Test is asserting the wrong thing. 36 # Test is asserting the wrong thing.
39 '-frame_switching_tests.FrameSwitchingTest.testShouldReturnFrameTitleNotWind owTitle', 37 '-frame_switching_tests.FrameSwitchingTest.testShouldReturnFrameTitleNotWind owTitle',
40 'implicit_waits_tests', 38 'implicit_waits_tests',
41 'page_loading_tests', 39 'page_loading_tests',
42 # Flaky. crbug.com/77495. 40 # Flaky. crbug.com/77495.
43 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistory', 41 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistory',
44 # Flaky. crbug.com/77495. 42 # Flaky. crbug.com/77495.
45 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistoryInPresenceOfIframes', 43 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistoryInPresenceOfIframes',
46 # Flaky. crbug.com/77495. 44 # Flaky. crbug.com/77495.
(...skipping 23 matching lines...) Expand all
70 ], 68 ],
71 69
72 'mac': [ 70 'mac': [
73 # See crbug.com/90519. 71 # See crbug.com/90519.
74 '-alerts_tests.AlertsTest.testShouldAllowUsersToDismissAnAlertManually', 72 '-alerts_tests.AlertsTest.testShouldAllowUsersToDismissAnAlertManually',
75 ], 73 ],
76 74
77 'linux': [ 75 'linux': [
78 ], 76 ],
79 } 77 }
OLDNEW
« no previous file with comments | « chrome/test/webdriver/session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698