diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 11:39:35 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 11:39:35 +0000 |
commit | 8ea873b8f8c6388d4c97ee3de0c3666771401d38 (patch) | |
tree | ae2615df8fe1cf0447dfe28b159c26839c6929fa /webkit/tools | |
parent | 393e50bb469d6af18dd06ee16fd4020f638a4c86 (diff) | |
download | chromium_src-8ea873b8f8c6388d4c97ee3de0c3666771401d38.zip chromium_src-8ea873b8f8c6388d4c97ee3de0c3666771401d38.tar.gz chromium_src-8ea873b8f8c6388d4c97ee3de0c3666771401d38.tar.bz2 |
Added a comment to a failing test pointing to a newly created bug.
Review URL: http://codereview.chromium.org/7009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 575c8eb..07d1a6b 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -913,6 +913,10 @@ V8 | KJS # LayoutTests/svg/custom/invalid-fill-hex.svg = FAIL # http://bugs.webkit.org/show_bug.cgi?id=21491 V8 | KJS # SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS +# Issue 3273: TextInputController::firstRectForCharacterRange not implemented +# http://code.google.com/p/chromium/issues/detail?id=3273 +V8 | KJS # LayoutTests/editing/selection/move-left-right.html = FAIL + // ---------------------------------------------------------------------------- // NEW FOR THE MERGE // @@ -924,7 +928,6 @@ V8 | KJS # LayoutTests/accessibility = FAIL V8 | KJS # LayoutTests/css3/transform-value-types.html = FAIL V8 | KJS # LayoutTests/dom/html/level2/html/HTMLFormElement10.html = FAIL | TIMEOUT V8 | KJS # LayoutTests/editing/pasteboard/5780697-2.html = FAIL -V8 | KJS # LayoutTests/editing/selection/move-left-right.html = FAIL V8 | KJS # LayoutTests/editing/selection/move-past-trailing-space.html = FAIL V8 | KJS # LayoutTests/fast/backgrounds/background-origin-root-element.html = FAIL V8 | KJS # LayoutTests/fast/backgrounds/background-position-1.html = FAIL |