diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 00:43:55 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 00:43:55 +0000 |
commit | 0a47a38b928e0b5ee762b1bf3327eee2bbf81407 (patch) | |
tree | 62a998e69e553d8fdd0fef12f330e25a71fe952e | |
parent | 74d1bb0fa3b80cb16100142da9cf7b18a552cda3 (diff) | |
download | chromium_src-0a47a38b928e0b5ee762b1bf3327eee2bbf81407.zip chromium_src-0a47a38b928e0b5ee762b1bf3327eee2bbf81407.tar.gz chromium_src-0a47a38b928e0b5ee762b1bf3327eee2bbf81407.tar.bz2 |
Pixel diffing for fun and profit.
10 more tests taken off the dirty laundry pile.
One pixel is shaded slightly differently:
fast/backgrounds/repeat/negative-offset-repeat-transformed.html (slight shading in a few letter in the slanted picture)
fast/layers/opacity-outline.html one pixel (third table, first cell, top right corner)
fast/text/stroking-decorations.html ('a' in 'black' (first two lines) and 'm' in 'complex')
fast/transforms/transformed-document-element.html (the 'b' in 'by' and the 's' in 'should')
svg/carto.net/combobox.svg (a few pixels in letters in the second tilted sentance (on the right))
svg/W3C-SVG-1.1/metadata-example-01-b.svg (the letters in the address of the letter on the table in the picture)
svg/batik/text/textGlyphOrientationHorizontal.svg (the 's' in the word 'is' in the upper right corner)
svg/batik/text/textOnPathSpaces.svg (the 'p' in 'sample' 3 right and 3 down)
svg/text/text-text-07-t.svg (see the 'h' in 'together')
Expectations changed upstream (see diff files) and now we match:
fast/js/switch-behaviour.html
Review URL: http://codereview.chromium.org/28344
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10762 0039d316-1c4b-4281-b951-d872f2087c98
22 files changed, 23 insertions, 22 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum index 3214293..39fa04d 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum @@ -1 +1 @@ -4aea2b950b03e4d270e930e72c5921c3
\ No newline at end of file +a59ef82020b4ec22ce4362c28d4eb833
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png Binary files differindex 383c589..1ef8a83 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/switch-behaviour-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/switch-behaviour-expected.txt index 04fb6822..a58e103 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/switch-behaviour-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/switch-behaviour-expected.txt @@ -14,6 +14,7 @@ PASS characterSwitch({toString: function(){return 'B'}}) is "default" PASS characterSwitch(0) is "default" PASS characterSwitch(-0) is "default" PASS characterSwitch(1) is "default" +PASS characterSwitch(1.1) is "default" PASS characterSwitch(-1) is "default" PASS characterSwitch(-1000000000) is "default" PASS characterSwitch(1000000000) is "default" @@ -29,6 +30,7 @@ PASS sparseCharacterSwitch({toString: function(){return 'B'}}) is "default" PASS sparseCharacterSwitch(0) is "default" PASS sparseCharacterSwitch(-0) is "default" PASS sparseCharacterSwitch(1) is "default" +PASS sparseCharacterSwitch(1.1) is "default" PASS sparseCharacterSwitch(-1) is "default" PASS sparseCharacterSwitch(-1000000000) is "default" PASS sparseCharacterSwitch(1000000000) is "default" @@ -46,6 +48,7 @@ PASS stringSwitch('s') is "default" PASS stringSwitch(0) is "default" PASS stringSwitch(-0) is "default" PASS stringSwitch(1) is "default" +PASS stringSwitch(1.1) is "default" PASS stringSwitch(-1) is "default" PASS stringSwitch(-1000000000) is "default" PASS stringSwitch(1000000000) is "default" @@ -63,6 +66,7 @@ PASS numberSwitch('s') is "default" PASS numberSwitch(0) is 0 PASS numberSwitch(-0) is 0 PASS numberSwitch(1) is 1 +PASS numberSwitch(1.1) is "default" PASS numberSwitch(-1) is -1 PASS numberSwitch(-1000000000) is "default" PASS numberSwitch(1000000000) is "default" @@ -80,6 +84,7 @@ PASS sparseNumberSwitch('s') is "default" PASS sparseNumberSwitch(0) is 0 PASS sparseNumberSwitch(-0) is 0 PASS sparseNumberSwitch(1) is 1 +PASS sparseNumberSwitch(1.1) is "default" PASS sparseNumberSwitch(-1) is -1 PASS sparseNumberSwitch(-1000000000) is -1000000000 PASS sparseNumberSwitch(1000000000) is 1000000000 @@ -97,6 +102,7 @@ PASS generalSwitch('s') is "default" PASS generalSwitch(0) is 0 PASS generalSwitch(-0) is 0 PASS generalSwitch(1) is 1 +PASS generalSwitch(1.1) is "default" PASS generalSwitch(-1) is -1 PASS generalSwitch(-1000000000) is -1000000000 PASS generalSwitch(1000000000) is 1000000000 @@ -104,4 +110,3 @@ PASS generalSwitch({}) is "default" PASS successfullyParsed is true TEST COMPLETE - diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.checksum index c908fd7..a60c905 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.checksum @@ -1 +1 @@ -3644d1bfeb4fcfdc2507255b868b9f00
\ No newline at end of file +7ac0a7e6bde7df8cb59405e925e22316
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.png Binary files differindex 4265065..214fa66 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/layers/opacity-outline-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.checksum index 5f2434f..fe1831b 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.checksum @@ -1 +1 @@ -9ae3d6911be8e1ec2cc700a1558cd176
\ No newline at end of file +ef22b63996bdbd631b6fce0b2387f36a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.png Binary files differindex 428d098..227091f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/overflowHidden-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.checksum index e1b097e..8670446 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.checksum @@ -1 +1 @@ -3e82b93836e4323c2b7b51159d298864
\ No newline at end of file +b519b818bf68d7ba968f56502d21e50e
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.png Binary files differindex 2d90173..18d505c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/stroking-decorations-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.checksum index 049d39d..d02f717 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.checksum @@ -1 +1 @@ -9fccceabf705b9e5844e0a5aa56c1d5b
\ No newline at end of file +59e78dea72134e66b1d8d81b8f6e1abc
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.png Binary files differindex ec9c039..5ece319 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/transforms/transformed-document-element-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum index a38b9e8..6ae54cc 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum @@ -1 +1 @@ -5e572816e909d48d796396fcc5eac987
\ No newline at end of file +dc74787b5b1974fde5b1aaac5ca3bc3f
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png Binary files differindex 3d8540b..f1f406f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum index 57ace23..829720c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum @@ -1 +1 @@ -f2063968eb1306ae2de4f3e8f0dcf883
\ No newline at end of file +ab3086309115c1f2708a7df912dacfcb
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.png Binary files differindex 9e35014..0534926 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textGlyphOrientationHorizontal-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.checksum index 1805796..4fe0a07 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.checksum @@ -1 +1 @@ -2c59920f2fd8b3596cd40eebc7872b4a
\ No newline at end of file +7ca9ebb595ff53aabf50a571559d997f
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.png Binary files differindex 650ec59..0444931 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/batik/text/textOnPathSpaces-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.checksum index db4571f..7701f7e 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.checksum @@ -1 +1 @@ -49cef43e6340a87b8bb2945fc90c9985
\ No newline at end of file +0d69f53dd3133cef7b740e8150a65d8a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.png Binary files differindex 47482d5..4c2a612 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/carto.net/combobox-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.checksum index 2c60af6..09daf8f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.checksum @@ -1 +1 @@ -2530054321a8ce75523031b26c3ea4f5
\ No newline at end of file +299365c406369cb1a464bb1c7bd798c1
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.png Binary files differindex 12331f61..b041e2c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/text/text-text-07-t-expected.png diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 9ece31d..39d95b4 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -317,15 +317,21 @@ LINUX : chrome/fast/forms/basic-textareas.html = FAIL LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL LINUX : LayoutTests/editing/selection/select-all-iframe.html = FAIL +LINUX : LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html = FAIL +LINUX MAC : LayoutTests/fast/js/switch-behaviour.html = FAIL +LINUX : LayoutTests/fast/layers/opacity-outline.html = FAIL LINUX : LayoutTests/fast/lists/list-marker-with-line-height.html = FAIL LINUX : LayoutTests/fast/overflow/overflow-stacking.html = FAIL LINUX : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL LINUX : LayoutTests/fast/replaced/embed-display-none.html = FAIL LINUX : LayoutTests/fast/replaced/applet-display-none.html = FAIL LINUX : LayoutTests/fast/replaced/object-display-none.html = FAIL +LINUX : LayoutTests/fast/table/overflowHidden.html = FAIL LINUX : LayoutTests/fast/text/international/bidi-linebreak-001.html = FAIL LINUX : LayoutTests/fast/text/international/bidi-linebreak-002.html = FAIL LINUX : LayoutTests/fast/text/international/bidi-linebreak-003.html = FAIL +LINUX : LayoutTests/svg/batik/text/textGlyphOrientationHorizontal.svg = FAIL +LINUX : LayoutTests/svg/batik/text/textOnPathSpaces.svg = FAIL LINUX : LayoutTests/svg/custom/container-opacity-clip-viewBox.svg = FAIL LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH LINUX : LayoutTests/svg/custom/mask-changes.svg = FAIL @@ -340,6 +346,7 @@ LINUX : LayoutTests/svg/custom/use-on-disallowed-foreign-object-6.svg = FAIL LINUX : LayoutTests/svg/custom/use-on-non-svg-namespaced-element.svg = FAIL LINUX : LayoutTests/svg/custom/visibility-override-mask.svg = FAIL LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL +LINUX : LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b.svg = FAIL LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL LINUX : LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL @@ -1822,27 +1829,16 @@ LINUX WIN : LayoutTests/svg/custom/js-late-mask-creation.svg = FAIL // Regression from merge 41268:41286 // dimich to do triage and find out which are just rebaseline. -LINUX WIN : LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html = FAIL LINUX WIN : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL LINUX WIN : LayoutTests/fast/dom/anchor-toString.html = FAIL -LayoutTests/fast/js/switch-behaviour.html = FAIL -LINUX WIN : LayoutTests/fast/layers/opacity-outline.html = FAIL -LINUX WIN : LayoutTests/fast/table/overflowHidden.html = FAIL WIN : LayoutTests/fast/text/international/complex-character-based-fallback.html = FAIL WIN : LayoutTests/fast/text/international/hindi-spacing.html = FAIL WIN : LayoutTests/fast/text/international/thai-line-breaks.html = FAIL -WIN : LayoutTests/fast/text/stroking-decorations.html = FAIL -WIN : LayoutTests/fast/transforms/transformed-document-element.html = FAIL LINUX WIN : LayoutTests/scrollbars/listbox-scrollbar-combinations.html = FAIL LINUX WIN : LayoutTests/scrollbars/overflow-scrollbar-combinations.html = FAIL -LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b.svg = FAIL -LINUX WIN : LayoutTests/svg/batik/text/textGlyphOrientationHorizontal.svg = FAIL -LINUX WIN : LayoutTests/svg/batik/text/textOnPathSpaces.svg = FAIL -WIN : LayoutTests/svg/carto.net/combobox.svg = FAIL LINUX WIN : LayoutTests/svg/custom/js-late-gradient-creation.svg = FAIL WIN : LayoutTests/svg/custom/js-late-pattern-and-object-creation.svg = FAIL LINUX WIN : LayoutTests/svg/custom/js-late-pattern-creation.svg = FAIL -WIN : LayoutTests/svg/text/text-text-07-t.svg = FAIL LINUX WIN : LayoutTests/tables/mozilla/bugs/bug86708.html = FAIL LINUX WIN : LayoutTests/transitions/transition-end-event-multiple-03.html = FAIL LINUX : LayoutTests/fast/borders/border-image-rotate-transform.html = FAIL |