diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 07:01:06 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 07:01:06 +0000 |
commit | 96069b56398172b1b0891fc796f8bb9ceb149d72 (patch) | |
tree | f1b933edeec73b3fee9a09cbdb9be74397003cfb /webkit | |
parent | e172584ff551a313430fda5439f3cf7f87cbdec6 (diff) | |
download | chromium_src-96069b56398172b1b0891fc796f8bb9ceb149d72.zip chromium_src-96069b56398172b1b0891fc796f8bb9ceb149d72.tar.gz chromium_src-96069b56398172b1b0891fc796f8bb9ceb149d72.tar.bz2 |
Rebaseline a new test added on WebKit r49794.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/304015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
6 files changed, 15 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/arc360-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/arc360-expected.checksum new file mode 100644 index 0000000..1e3b3f2 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/arc360-expected.checksum @@ -0,0 +1 @@ +abba4b494c26e57d01aaac9dd380658a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/arc360-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/arc360-expected.png Binary files differnew file mode 100644 index 0000000..67c5531 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/canvas/arc360-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.checksum new file mode 100644 index 0000000..a82ec88 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.checksum @@ -0,0 +1 @@ +1bf6d9939c57721cc00191d700d54f7a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.png Binary files differnew file mode 100644 index 0000000..f5f68e0 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.txt new file mode 100644 index 0000000..4d79f41 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/canvas/arc360-expected.txt @@ -0,0 +1,13 @@ +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 784x576 + RenderBlock {P} at (0,0) size 784x440 + RenderText {#text} at (0,0) size 784x39 + text run at (0,0) width 784: "Test canvas arc() start / end points when the arc is >= 360 degrees. The result should be a circle with two line segments connected" + text run at (0,20) width 394: "to the left hand side, towards the top left and bottom left corners. " + RenderHTMLCanvas {CANVAS} at (0,40) size 400x400 + RenderText {#text} at (0,0) size 0x0 + RenderText {#text} at (0,0) size 0x0 + RenderText {#text} at (0,0) size 0x0 diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 3b6c086..cf66722 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3175,7 +3175,6 @@ BUG_YUTAK : LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.htm BUG_YUTAK LINUX : LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html = FAIL PASS // WebKit Roll 49761:49809 -BUG_JAPHET LINUX WIN : LayoutTests/fast/canvas/arc360.html = FAIL BUG_JAPHET LINUX : LayoutTests/fast/css/transition-color-unspecified.html = FAIL BUG_JAPHET : LayoutTests/media/media-load-event.html = FAIL BUG_JAPHET : LayoutTests/media/progress-event-at-least-one.html = FAIL |