summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-05 00:00:13 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-05 00:00:13 +0000
commit8c7e08737779912909cb6b7914da535bc4f40ba2 (patch)
tree1419b58fda0dc482a5e78a41d98a8915dd9a8ee0
parent920562c8e9bb77cf2c6fa999eeec3a63cab07d7b (diff)
downloadchromium_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.txt3
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.