diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-05 00:00:13 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-05 00:00:13 +0000 |
commit | 8c7e08737779912909cb6b7914da535bc4f40ba2 (patch) | |
tree | 1419b58fda0dc482a5e78a41d98a8915dd9a8ee0 | |
parent | 920562c8e9bb77cf2c6fa999eeec3a63cab07d7b (diff) | |
download | chromium_src-8c7e08737779912909cb6b7914da535bc4f40ba2.zip chromium_src-8c7e08737779912909cb6b7914da535bc4f40ba2.tar.gz chromium_src-8c7e08737779912909cb6b7914da535bc4f40ba2.tar.bz2 |
Disable new PDF printing test since we don't support generation of a PDF test expectations
TBR=michaeln
TEST=None
Review URL: http://codereview.chromium.org/468022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33891 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 272704c..38bf894 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -291,9 +291,10 @@ WONTFIX LINUX WIN : LayoutTests/fast/images/pdf-as-image-landscape.html = FAIL WONTFIX LINUX WIN : LayoutTests/fast/images/pdf-as-image.html = FAIL WONTFIX LINUX WIN : LayoutTests/fast/replaced/pdf-as-image.html = FAIL -// This test tries to print a PDF file as the expected result. I don't think +// These tests try to print a PDF file as the expected result. I don't think // we plan on supporting this anytime soon. WONTFIX SKIP : LayoutTests/printing/media-queries-print.html = PASS +WONTFIX SKIP : LayoutTests/printing/compositing-layer-printing.html = PASS // Chrome doesn't call the willCacheResponse callback (a method // of ResourceHandleClient). That function is Mac-specific. |