Commit bb63a23b authored by kkania@chromium.org's avatar kkania@chromium.org

Disable a chromedriver text_handling_test which is failing after updating the

JS atoms.
BUG=92597
TEST=none
TBR=hnguyen

Review URL: http://codereview.chromium.org/7633010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96495 0039d316-1c4b-4281-b951-d872f2087c98
parent f64940ee
...@@ -59,6 +59,8 @@ ...@@ -59,6 +59,8 @@
'-text_handling_tests.TextHandlingTests.testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea', '-text_handling_tests.TextHandlingTests.testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea',
# See issue 1225 on the webdriver OSS tracker. # See issue 1225 on the webdriver OSS tracker.
'-text_handling_tests.TextHandlingTests.testShouldReturnEmptyStringWhenTagIsSelfClosing', '-text_handling_tests.TextHandlingTests.testShouldReturnEmptyStringWhenTagIsSelfClosing',
# crbug.com/92597.
'-text_handling_tests.TextHandlingTests.testShouldTreatANonBreakingSpaceAsAnyOtherWhitespaceCharacterWhenCollapsingWhitespace',
'typing_tests', 'typing_tests',
'visibility_tests', 'visibility_tests',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment