diff options
author | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 13:51:07 +0000 |
---|---|---|
committer | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 13:51:07 +0000 |
commit | f8967f4ca86e0303385ca2276902f5db5bb25a4f (patch) | |
tree | d840861377aee4932e35e2f3b1e5eb35c99ec7eb /webkit | |
parent | b1cb74ab3fab05fac289c10171221b090e331019 (diff) | |
download | chromium_src-f8967f4ca86e0303385ca2276902f5db5bb25a4f.zip chromium_src-f8967f4ca86e0303385ca2276902f5db5bb25a4f.tar.gz chromium_src-f8967f4ca86e0303385ca2276902f5db5bb25a4f.tar.bz2 |
Suppress layout test failure from prototype-inheritance.html
Since r54125, this is failing because device orientation was
switched off in test_shell.
BUG=50637
TEST=run_webkit_tests.sh --debug fast/dom/prototype-inheritance.html
Review URL: http://codereview.chromium.org/2806090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 2f613cb..23b114b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -36,3 +36,10 @@ BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-1.html = FAIL BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-2.html = FAIL BUG50438 : media/controls-drag-timebar.html = PASS FAIL + +// This test fails because the expected output is wrong. +// The reason is the device orientation runtime feature +// switch had to be switched off for test_shell until +// it provides a mock DeviceOrientationClient. +// See crbug.com/50637. +BUG50637 : fast/dom/prototype-inheritance.html = FAIL |