diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 00:08:09 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 00:08:09 +0000 |
commit | fc396bfa0021a5ca79eb765ff9c77a027460b2b4 (patch) | |
tree | 94ab81aa8b5690f120c68ce065f43d6ce1a8b405 /webkit | |
parent | cda59d18175fe70b339efb02c3df84e900e3688a (diff) | |
download | chromium_src-fc396bfa0021a5ca79eb765ff9c77a027460b2b4.zip chromium_src-fc396bfa0021a5ca79eb765ff9c77a027460b2b4.tar.gz chromium_src-fc396bfa0021a5ca79eb765ff9c77a027460b2b4.tar.bz2 |
Cleanup of test_expectations after my Sheriff run.
http://trac.webkit.org/changeset/48989 and 48999 updated text kerning which broke the text-rendering tests.
http://track.webkit.org/changeset/49003 changed the name of the box-shadow style, and also changed the ordering of the
computed style values, necessitating rebaselining.
Review URL: http://codereview.chromium.org/243110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
9 files changed, 52 insertions, 23 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-rendering-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-rendering-expected.checksum new file mode 100644 index 0000000..b81918b --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-rendering-expected.checksum @@ -0,0 +1 @@ +8f07302dd1a63e5b3e54180dffd03c3a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-rendering-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-rendering-expected.png Binary files differnew file mode 100644 index 0000000..e53a61b --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/css/text-rendering-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt index cd565ed..f9184bb 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt @@ -26,7 +26,6 @@ border-top-right-radius: 0px; border-top-style: none; border-top-width: 0px; bottom: auto; -box-shadow: none; caption-side: top; clear: none; clip: auto; @@ -78,6 +77,7 @@ table-layout: auto; text-align: auto; text-decoration: none; text-indent: 0px; +text-rendering: auto; text-shadow: none; text-overflow: clip; text-transform: none; @@ -118,6 +118,7 @@ zoom: 1; -webkit-box-orient: horizontal; -webkit-box-pack: start; -webkit-box-reflect: none; +-webkit-box-shadow: none; -webkit-box-sizing: content-box; -webkit-column-break-after: auto; -webkit-column-break-before: auto; @@ -194,7 +195,6 @@ stroke-linejoin: miter; stroke-miterlimit: 4; stroke-opacity: 1; stroke-width: ; -text-rendering: auto; alignment-baseline: auto; baseline-shift: baseline; dominant-baseline: auto; diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt index 1dfd7a8..7ca67d9 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt @@ -25,7 +25,6 @@ Computed style of an element whose parent's 'display' value is 'none': border-top-style: solid border-top-width: 16px bottom: auto - box-shadow: none caption-side: top clear: none clip: auto @@ -77,6 +76,7 @@ Computed style of an element whose parent's 'display' value is 'none': text-align: auto text-decoration: none text-indent: 0px + text-rendering: auto text-shadow: none text-overflow: clip text-transform: none @@ -117,6 +117,7 @@ Computed style of an element whose parent's 'display' value is 'none': -webkit-box-orient: horizontal -webkit-box-pack: start -webkit-box-reflect: none + -webkit-box-shadow: none -webkit-box-sizing: content-box -webkit-column-break-after: auto -webkit-column-break-before: auto @@ -193,7 +194,6 @@ Computed style of an element whose parent's 'display' value is 'none': stroke-miterlimit: 4 stroke-opacity: 1 stroke-width: - text-rendering: auto alignment-baseline: auto baseline-shift: baseline dominant-baseline: auto diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.checksum new file mode 100644 index 0000000..88130f1 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.checksum @@ -0,0 +1 @@ +f039662f400f7fc1c1c1575d4c6ca798
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.png Binary files differnew file mode 100644 index 0000000..7c7e869 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.txt new file mode 100644 index 0000000..a8f4cd5 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/text-rendering-expected.txt @@ -0,0 +1,33 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderBlock {HTML} at (0,0) size 800x600 + RenderBody {BODY} at (8,8) size 784x584 + RenderInline {SPAN} at (0,0) size 670x139 + RenderText {#text} at (0,1) size 670x139 + text run at (0,1) width 670: "fin LYAWA (No kerning or" + text run at (0,72) width 227: "ligatures)" + RenderText {#text} at (227,111) size 4x19 + text run at (227,111) width 4: " " + RenderBR {BR} at (231,126) size 0x0 + RenderInline {SPAN} at (0,0) size 670x139 + RenderText {#text} at (0,143) size 670x139 + text run at (0,143) width 670: "fin LYAWA (No kerning or" + text run at (0,214) width 227: "ligatures)" + RenderText {#text} at (227,253) size 4x19 + text run at (227,253) width 4: " " + RenderBR {BR} at (231,268) size 0x0 + RenderInline {SPAN} at (0,0) size 631x139 + RenderText {#text} at (0,285) size 631x139 + text run at (0,285) width 631: "fin LYAWA (Kerning and" + text run at (0,356) width 227: "ligatures)" + RenderText {#text} at (227,395) size 4x19 + text run at (227,395) width 4: " " + RenderBR {BR} at (231,410) size 0x0 + RenderInline {SPAN} at (0,0) size 631x139 + RenderText {#text} at (0,427) size 631x139 + text run at (0,427) width 631: "fin LYAWA (Kerning and" + text run at (0,498) width 227: "ligatures)" + RenderText {#text} at (227,537) size 4x19 + text run at (227,537) width 4: " " + RenderBR {BR} at (231,552) size 0x0 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt index 5d848e0..f5bd29e 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/css/getComputedStyle-basic-expected.txt @@ -50,8 +50,6 @@ rect: style.getPropertyValue(border-top-width) : 0px rect: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue] rect: style.getPropertyValue(bottom) : auto rect: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue] -rect: style.getPropertyValue(box-shadow) : none -rect: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue] rect: style.getPropertyValue(caption-side) : top rect: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue] rect: style.getPropertyValue(clear) : none @@ -154,6 +152,8 @@ rect: style.getPropertyValue(text-decoration) : none rect: style.getPropertyCSSValue(text-decoration) : [object CSSPrimitiveValue] rect: style.getPropertyValue(text-indent) : 0px rect: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue] +rect: style.getPropertyValue(text-rendering) : auto +rect: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue] rect: style.getPropertyValue(text-shadow) : none rect: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue] rect: style.getPropertyValue(text-overflow) : clip @@ -234,6 +234,8 @@ rect: style.getPropertyValue(-webkit-box-pack) : start rect: style.getPropertyCSSValue(-webkit-box-pack) : [object CSSPrimitiveValue] rect: style.getPropertyValue(-webkit-box-reflect) : none rect: style.getPropertyCSSValue(-webkit-box-reflect) : [object CSSPrimitiveValue] +rect: style.getPropertyValue(-webkit-box-shadow) : none +rect: style.getPropertyCSSValue(-webkit-box-shadow) : [object CSSPrimitiveValue] rect: style.getPropertyValue(-webkit-box-sizing) : content-box rect: style.getPropertyCSSValue(-webkit-box-sizing) : [object CSSPrimitiveValue] rect: style.getPropertyValue(-webkit-column-break-after) : auto @@ -386,8 +388,6 @@ rect: style.getPropertyValue(stroke-opacity) : 1 rect: style.getPropertyCSSValue(stroke-opacity) : [object CSSPrimitiveValue] rect: style.getPropertyValue(stroke-width) : 2px rect: style.getPropertyCSSValue(stroke-width) : [object CSSPrimitiveValue] -rect: style.getPropertyValue(text-rendering) : auto -rect: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue] rect: style.getPropertyValue(alignment-baseline) : auto rect: style.getPropertyCSSValue(alignment-baseline) : [object CSSPrimitiveValue] rect: style.getPropertyValue(baseline-shift) : baseline @@ -456,8 +456,6 @@ g: style.getPropertyValue(border-top-width) : 0px g: style.getPropertyCSSValue(border-top-width) : [object CSSPrimitiveValue] g: style.getPropertyValue(bottom) : auto g: style.getPropertyCSSValue(bottom) : [object CSSPrimitiveValue] -g: style.getPropertyValue(box-shadow) : none -g: style.getPropertyCSSValue(box-shadow) : [object CSSPrimitiveValue] g: style.getPropertyValue(caption-side) : top g: style.getPropertyCSSValue(caption-side) : [object CSSPrimitiveValue] g: style.getPropertyValue(clear) : none @@ -560,6 +558,8 @@ g: style.getPropertyValue(text-decoration) : none g: style.getPropertyCSSValue(text-decoration) : [object CSSPrimitiveValue] g: style.getPropertyValue(text-indent) : 0px g: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue] +g: style.getPropertyValue(text-rendering) : auto +g: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue] g: style.getPropertyValue(text-shadow) : none g: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue] g: style.getPropertyValue(text-overflow) : clip @@ -640,6 +640,8 @@ g: style.getPropertyValue(-webkit-box-pack) : start g: style.getPropertyCSSValue(-webkit-box-pack) : [object CSSPrimitiveValue] g: style.getPropertyValue(-webkit-box-reflect) : none g: style.getPropertyCSSValue(-webkit-box-reflect) : [object CSSPrimitiveValue] +g: style.getPropertyValue(-webkit-box-shadow) : none +g: style.getPropertyCSSValue(-webkit-box-shadow) : [object CSSPrimitiveValue] g: style.getPropertyValue(-webkit-box-sizing) : content-box g: style.getPropertyCSSValue(-webkit-box-sizing) : [object CSSPrimitiveValue] g: style.getPropertyValue(-webkit-column-break-after) : auto @@ -792,8 +794,6 @@ g: style.getPropertyValue(stroke-opacity) : 1 g: style.getPropertyCSSValue(stroke-opacity) : [object CSSPrimitiveValue] g: style.getPropertyValue(stroke-width) : 2px g: style.getPropertyCSSValue(stroke-width) : [object CSSPrimitiveValue] -g: style.getPropertyValue(text-rendering) : auto -g: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue] g: style.getPropertyValue(alignment-baseline) : auto g: style.getPropertyCSSValue(alignment-baseline) : [object CSSPrimitiveValue] g: style.getPropertyValue(baseline-shift) : baseline diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index b6ee72d..5c66e8f 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3024,17 +3024,11 @@ BUG23748 : LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-r // WebKit update 48937:48947 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow.html = CRASH -// WebKit update 48976:48993 (48989 busted all these) -BUG_ATWILSON WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer.html = FAIL -BUG_ATWILSON WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL -BUG_ATWILSON WIN LINUX : LayoutTests/fast/css/text-rendering.html = FAIL -BUG_ATWILSON WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL -// This was happening previously - might be a flakey test? -BUG_ATWILSON LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEOUT PASS -BUG_ATWILSON MAC : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL - -// WebKit update: 48994:49006 -BUG_ATWILSON WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL +// Started happening somewhere around http://trac.webkit.org/changeset/48989. +BUG23955 MAC LINUX: LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS + +// Possibly busted as part of http://trac.webkit.org/changeset/49003 +BUG23901 WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL // Skia update 364:376 // Bad news: 1883 failures on Windows, 1854 failures on Linux. |