diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-02 04:27:14 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-02 04:27:14 +0000 |
commit | 1cd6af20ba32d3fc4ebf4290cf25f8fac9bc9c05 (patch) | |
tree | a92b0c549f15d2a3ad222922c4e8e6e691e0f359 | |
parent | 30cebeed037a1813e0bc9a2aaca05059cded06d1 (diff) | |
download | chromium_src-1cd6af20ba32d3fc4ebf4290cf25f8fac9bc9c05.zip chromium_src-1cd6af20ba32d3fc4ebf4290cf25f8fac9bc9c05.tar.gz chromium_src-1cd6af20ba32d3fc4ebf4290cf25f8fac9bc9c05.tar.bz2 |
Revert of Fix typo in MockSpellCheck::misspelledWords (https://codereview.chromium.org/214153005/)
Reason for revert:
Breaks test upstream: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20Blink&showExpectations=true&tests=editing%2Fselection%2F13804.html
Original issue's description:
> Fix typo in MockSpellCheck::misspelledWords
>
> Replace 'asd' into 'asdf' since editing/spelling/design-mode-spellcheck-off.html
> is using it.
> The test was always passing as it expects not to have spelling markers due to
> <body spellcheck=false>
>
> BUG=
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260835
TBR=tony@chromium.org,groby@chromium.org,abarth@chromium.org,dpranke@chromium.org,tommyw@chromium.org,g.czajkowski@samsung.com
NOTREECHECKS=true
NOTRY=true
BUG=
Review URL: https://codereview.chromium.org/221763002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261073 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/shell/renderer/test_runner/MockSpellCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/renderer/test_runner/MockSpellCheck.cpp b/content/shell/renderer/test_runner/MockSpellCheck.cpp index 2035db2..afdbdee 100644 --- a/content/shell/renderer/test_runner/MockSpellCheck.cpp +++ b/content/shell/renderer/test_runner/MockSpellCheck.cpp @@ -147,7 +147,7 @@ bool MockSpellCheck::initializeIfNeeded() "XXxxx", "Textx", "blockquoted", - "asdf", + "asd", "Lorem", "Nunc", "Curabitur", |