diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 17:29:26 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 17:29:26 +0000 |
commit | 1d867caeeb2ce557085dcf0bf71aa0e97592e4c9 (patch) | |
tree | 1d0b95e706e6f1a7bb87c75ad044b774874ba0ff /webkit/data | |
parent | a6a53d07d4533a2773807a8c64e0ae53e5b415cd (diff) | |
download | chromium_src-1d867caeeb2ce557085dcf0bf71aa0e97592e4c9.zip chromium_src-1d867caeeb2ce557085dcf0bf71aa0e97592e4c9.tar.gz chromium_src-1d867caeeb2ce557085dcf0bf71aa0e97592e4c9.tar.bz2 |
Update baselines.
For some reason, the baselines I pulled earlier were wrong. These match what I
see locally when I run the layout tests.
In this CL, I'm also removing some REBASELINE tags that seem like they must
have been leftover. They just make the rebaseline tool run more slowly.
R=dglazkov
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/126059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
4 files changed, 31 insertions, 7 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/canvas-transforms-during-path-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/canvas-transforms-during-path-expected.txt new file mode 100644 index 0000000..a83c983 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/canvas-transforms-during-path-expected.txt @@ -0,0 +1,14 @@ +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 + RenderBlock (anonymous) at (0,0) size 784x100 + RenderHTMLCanvas {CANVAS} at (0,0) size 100x100 [bgcolor=#008000] + RenderText {#text} at (0,0) size 0x0 + RenderBlock {DIV} at (0,100) size 784x40 + RenderText {#text} at (0,0) size 651x19 + text run at (0,0) width 651: "This tests that transforms applied to a canvas, are correctly applied to the stroke path defined in the context. " + RenderBR {BR} at (651,15) size 0x0 + RenderText {#text} at (0,20) size 501x19 + text run at (0,20) width 501: "The above image should be a green square divided into quarters by two black lines." diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/quadraticCurveTo-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/quadraticCurveTo-expected.txt new file mode 100644 index 0000000..4121311 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/quadraticCurveTo-expected.txt @@ -0,0 +1,10 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x417 + RenderBlock {html} at (0,0) size 800x417 + RenderBody {body} at (8,16) size 784x20 + RenderBlock {p} at (0,0) size 784x20 + RenderText {#text} at (0,0) size 401x19 + text run at (0,0) width 401: "This test case should produce a sine-wave stroked with 1px black." + RenderBlock (anonymous) at (0,52) size 800x365 + RenderHTMLCanvas {canvas} at (0,0) size 480x360 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/canvas-transforms-during-path-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/canvas-transforms-during-path-expected.txt index 61dca1c..a83c983 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/canvas-transforms-during-path-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/canvas-transforms-during-path-expected.txt @@ -1,8 +1,8 @@ -layer at (0,0) size 800x534 - RenderView at (0,0) size 800x534 -layer at (0,0) size 800x534 - RenderBlock {HTML} at (0,0) size 800x534 - RenderBody {BODY} at (8,8) size 784x518 +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 RenderBlock (anonymous) at (0,0) size 784x100 RenderHTMLCanvas {CANVAS} at (0,0) size 100x100 [bgcolor=#008000] RenderText {#text} at (0,0) size 0x0 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/quadraticCurveTo-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/quadraticCurveTo-expected.txt index 9eeb1cf..4121311 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/quadraticCurveTo-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/quadraticCurveTo-expected.txt @@ -1,5 +1,5 @@ -layer at (0,0) size 800x534 - RenderView at (0,0) size 800x534 +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 layer at (0,0) size 800x417 RenderBlock {html} at (0,0) size 800x417 RenderBody {body} at (8,16) size 784x20 |