diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 04:42:49 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 04:42:49 +0000 |
commit | ea7daca7282ae9502a0660f6f067d56ec7771a1d (patch) | |
tree | 920596711998d3a4a7fd509eea6414adba46e5db /webkit | |
parent | 334a105b240c34841c864e8dd50974d90e0105b1 (diff) | |
download | chromium_src-ea7daca7282ae9502a0660f6f067d56ec7771a1d.zip chromium_src-ea7daca7282ae9502a0660f6f067d56ec7771a1d.tar.gz chromium_src-ea7daca7282ae9502a0660f6f067d56ec7771a1d.tar.bz2 |
SKIP the audio-data-url.html. It's a new test, added in http://trac.webkit.org/changeset/45783
It uses 'audio/3gpp' mime type, does not play in Chromium yet.
Also, SKIP the new khmer-selection.html, temporarily, until I can get new snapshot.
BUG=13907,16678
TBR=victorw
Review URL: http://codereview.chromium.org/149601
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 0800316..ddb1155 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2855,11 +2855,14 @@ BUG16676 : LayoutTests/fast/canvas/canvas-transforms-during-path.html = FAIL BUG16676 : LayoutTests/fast/canvas/fill-stroke-clip-reset-path.html = FAIL BUG16676 : LayoutTests/fast/canvas/quadraticCurveTo.xml = FAIL +// New test, added in http://trac.webkit.org/changeset/45783 +// audio/3gpp mime type, does not play in Chromium yet. +BUG13907 SKIP : LayoutTests/media/audio-data-url.html = FAIL + // WebKit merge 42738:45840 // New tests, need baseline. -BUG16678 : LayoutTests/media/audio-data-url.html = FAIL BUG16678 : LayoutTests/fast/dom/replace-first-child.html = FAIL -BUG16678 : LayoutTests/fast/text/international/khmer-selection.html = FAIL +BUG16678 SKIP : LayoutTests/fast/text/international/khmer-selection.html = FAIL BUG16678 : LayoutTests/http/tests/security/xssAuditor/base-href-safe3.html = FAIL BUG16678 : LayoutTests/http/tests/security/xssAuditor/inline-event-HTML-entities.html = FAIL BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char.html = FAIL |