diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 02:58:28 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-13 02:58:28 +0000 |
commit | 7653159bc0e2cd87247566554ff7e816ccab3c80 (patch) | |
tree | 07d074b2d684e1463e61e573ca1346112929f167 | |
parent | 21410146720112e4d0292422ee169f9c7a544810 (diff) | |
download | chromium_src-7653159bc0e2cd87247566554ff7e816ccab3c80.zip chromium_src-7653159bc0e2cd87247566554ff7e816ccab3c80.tar.gz chromium_src-7653159bc0e2cd87247566554ff7e816ccab3c80.tar.bz2 |
Fix bad duplicate test_expectation. Stupid --no_presubmit for the closed tree and i missed that too!
BUG=none
TEST=none
TBR=atwilson
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36082 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index f1a7f7b..4d73278 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3078,9 +3078,9 @@ BUG_JOHNNYG : LayoutTests/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop. // after the major flakiness goes away BUG_JOHNNYG : LayoutTests/fast/js/Object-getOwnPropertyNames.html = TEXT BUG_JOHNNYG : LayoutTests/svg/css/shadow-and-opacity.svg = IMAGE -BUG_JOHNNYG : LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html = IMAGE TEXT +BUG_JOHNNYG WIN LINUX : LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html = IMAGE TEXT BUG_JOHNNYG : LayoutTests/http/tests/security/cross-frame-access-enumeration.html = TIMEOUT -BUG_JOHNNYG : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-bug.html = TEXT +BUG_JOHNNYG WIN : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-bug.html = TEXT BUG_JOHNNYG : LayoutTests/fast/block/positioning/absolute-positioning-no-scrollbar.html = MISSING BUG_JOHNNYG : LayoutTests/media/video-poster-scale.html = TEXT BUG_JOHNNYG : LayoutTests/storage/multiple-databases-garbage-collection.html = CRASH |