diff options
author | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 19:10:41 +0000 |
---|---|---|
committer | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 19:10:41 +0000 |
commit | ef41b7ee167ca8ee47de9f5233100eb4238302e2 (patch) | |
tree | e7bad37e850528ebc9c0ab2a4b95984d744ada33 /webkit/tools | |
parent | 9ac9ccabf4518791d6dd8f47c0d6b69fef635a97 (diff) | |
download | chromium_src-ef41b7ee167ca8ee47de9f5233100eb4238302e2.zip chromium_src-ef41b7ee167ca8ee47de9f5233100eb4238302e2.tar.gz chromium_src-ef41b7ee167ca8ee47de9f5233100eb4238302e2.tar.bz2 |
Enable new checkbox style by default (Linux/CrOS only)
Also stop supporting non-square widgets, no other browser seems to do this and it exposes bugs in web pages.
This is re-landing r147887 (reverted in r147899 due to breaking WebKit pixel tests).
Temporarily suppresses the WebKit pixel test failures. I've reviewed each by hand to make sure the only change is what we expect with this style change. The baseline will be updated (and these expectations reverted) with the next WebKit roll.
TBR=sky@chromium.org (identical to r147887 already reviewed)
BUG=125773
TEST=A bunch of WebKit pixel tests
Review URL: https://chromiumcodereview.appspot.com/10805068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d39ec03..7b32b3b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -36,3 +36,36 @@ BUGCR138159 : platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment.html = IMAGE BUGCR138159 : platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop.html = IMAGE +// Requires rebaselining after updating widget appearance +BUGCR125773 LINUX : compositing/overflow/theme-affects-visual-overflow.html = IMAGE +BUGCR125773 LINUX : css1/box_properties/acid_test.html = IMAGE +BUGCR125773 LINUX : css2.1/t09-c5526c-display-00-e.html = IMAGE +BUGCR125773 LINUX : css3/selectors3/html/css3-modsel-25.html = IMAGE +BUGCR125773 LINUX : css3/selectors3/html/css3-modsel-70.html = IMAGE +BUGCR125773 LINUX : css3/selectors3/xhtml/css3-modsel-25.xml = IMAGE +BUGCR125773 LINUX : css3/selectors3/xhtml/css3-modsel-70.xml = IMAGE +BUGCR125773 LINUX : css3/selectors3/xml/css3-modsel-25.xml = IMAGE +BUGCR125773 LINUX : css3/selectors3/xml/css3-modsel-70.xml = IMAGE +BUGCR125773 LINUX : fast/block/basic/011.html = IMAGE +BUGCR125773 LINUX : fast/block/margin-collapse/103.html = IMAGE +BUGCR125773 LINUX : fast/css/non-standard-checkbox-size.html = IMAGE +BUGCR125773 LINUX : fast/forms/001.html = IMAGE +BUGCR125773 LINUX : fast/forms/basic-inputs.html = IMAGE +BUGCR125773 LINUX : fast/forms/box-shadow-override.html = IMAGE +BUGCR125773 LINUX : fast/forms/file/file-input-disabled.html = IMAGE +BUGCR125773 LINUX : fast/forms/form-element-geometry.html = IMAGE +BUGCR125773 LINUX : fast/forms/formmove.html = IMAGE +BUGCR125773 LINUX : fast/forms/formmove2.html = IMAGE +BUGCR125773 LINUX : fast/forms/indeterminate.html = IMAGE +BUGCR125773 LINUX : fast/forms/input-appearance-height.html = IMAGE +BUGCR125773 LINUX : fast/forms/input-value.html = IMAGE +BUGCR125773 LINUX : fast/inline/positionedLifetime.html = IMAGE +BUGCR125773 LINUX : fast/parser/bad-xml-slash.html = IMAGE +BUGCR125773 LINUX : fast/replaced/replaced-breaking.html = IMAGE +BUGCR125773 LINUX : fast/replaced/width100percent-checkbox.html = IMAGE +BUGCR125773 LINUX : fast/text/textIteratorNilRenderer.html = IMAGE +BUGCR125773 LINUX : fast/text/whitespace/normal-after-nowrap-breaking.html = IMAGE +BUGCR125773 LINUX : tables/mozilla/bugs/bug1318.html = IMAGE +BUGCR125773 LINUX : tables/mozilla/bugs/bug4527.html = IMAGE +BUGCR125773 LINUX : tables/mozilla_expected_failures/core/captions1.html = IMAGE +BUGCR125773 LINUX : tables/mozilla_expected_failures/core/captions2.html = IMAGE |