summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-17 17:59:00 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-17 17:59:00 +0000
commit203ff596f347d9809ab7620c23c53012856b1654 (patch)
tree9237fd42661c7ac6a66862d563f8a9734f20f268 /webkit
parent4c08cd375baa66f8cfa63ba04eca29cac0ba5efa (diff)
downloadchromium_src-203ff596f347d9809ab7620c23c53012856b1654.zip
chromium_src-203ff596f347d9809ab7620c23c53012856b1654.tar.gz
chromium_src-203ff596f347d9809ab7620c23c53012856b1654.tar.bz2
Rebaselines a test after fixing rounded rects in Skia. Prior to
landing an upstream fix we always rendered rounded rect shadows as solid rects. Now we correctly render them. The colored rectangle behind 'multiple' in is a different color then that of the mac because it's selected text. BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/24019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.checksum1
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.pngbin0 -> 54850 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.txt32
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt5
4 files changed, 35 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.checksum
new file mode 100644
index 0000000..412efc7
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.checksum
@@ -0,0 +1 @@
+54be61cb2279cf1b3d99367267612a89 \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.png
new file mode 100644
index 0000000..62b65b4
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.txt
new file mode 100644
index 0000000..3b0559a
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/shadow-multiple-expected.txt
@@ -0,0 +1,32 @@
+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,20) size 784x530
+ RenderBlock {DIV} at (20,0) size 744x57
+ RenderInline {SPAN} at (0,0) size 90x55 [textStrokeWidth=1.00]
+ RenderText {#text} at (0,1) size 90x55
+ text run at (0,1) width 90: "This"
+ RenderText {#text} at (90,1) size 12x55
+ text run at (90,1) width 12: " "
+ RenderInline {SPAN} at (0,0) size 77x55 [textFillColor=#FFFFFF] [textStrokeWidth=1.00]
+ RenderText {#text} at (102,1) size 77x55
+ text run at (102,1) width 77: "text"
+ RenderText {#text} at (179,1) size 12x55
+ text run at (179,1) width 12: " "
+ RenderInline {SPAN} at (0,0) size 99x55 [color=#0000004C]
+ RenderText {#text} at (191,1) size 99x55
+ text run at (191,1) width 99: "casts"
+ RenderText {#text} at (290,1) size 12x55
+ text run at (290,1) width 12: " "
+ RenderInline {SPAN} at (0,0) size 170x55
+ RenderText {#text} at (302,1) size 170x55
+ text run at (302,1) width 170: "multiple"
+ RenderText {#text} at (472,1) size 185x55
+ text run at (472,1) width 12: " "
+ text run at (484,1) width 173: "shadows"
+ RenderBlock {DIV} at (50,107) size 100x100
+ RenderBlock {DIV} at (50,257) size 100x100 [bgcolor=#FFFFFF]
+ RenderBlock {DIV} at (50,407) size 100x100 [bgcolor=#00000033]
+selection start: position 0 of child 0 {#text} of child 7 {SPAN} of child 0 {DIV} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 6 of child 0 {#text} of child 7 {SPAN} of child 0 {DIV} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 694bbe8..2e5ac99 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -679,10 +679,9 @@ MAC DEBUG : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL
// http://b/issue?id=1344252
DEFER : LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL
-// Shadows don't render correctly for these tests.
-// The first likely just needs a rebaseline on Linux.
+// These need to be rebaselined.
LINUX : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL
-LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL
+LINUX : LayoutTests/fast/css/shadow-multiple.html = FAIL
// Problems with getImageData and toDataURL: http://crbug.com/2972
LINUX WIN : LayoutTests/fast/canvas/canvas-getImageData.html = FAIL