diff options
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 |