From e6fca059369ec790438479c9481bb54a6a8126b1 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 25 Mar 2015 16:15:05 -0700 Subject: [PATCH] Remove Folks should use custom paint instead (see sky/engine/core/painting for a sketch). R=ojan@chromium.org Review URL: https://codereview.chromium.org/1001913003 --- .../canvas-rounded-corners-expected.txt | 23 --------------- .../tests/clipping/canvas-rounded-corners.sky | 28 ------------------- 2 files changed, 51 deletions(-) delete mode 100644 engine/src/flutter/tests/clipping/canvas-rounded-corners-expected.txt delete mode 100644 engine/src/flutter/tests/clipping/canvas-rounded-corners.sky diff --git a/engine/src/flutter/tests/clipping/canvas-rounded-corners-expected.txt b/engine/src/flutter/tests/clipping/canvas-rounded-corners-expected.txt deleted file mode 100644 index 01d6d2f8476..00000000000 --- a/engine/src/flutter/tests/clipping/canvas-rounded-corners-expected.txt +++ /dev/null @@ -1,23 +0,0 @@ -layer at (0,0) size 800x600 - RenderView {#document} at (0,0) size 800x600 - RenderBlock {sky} at (0,0) size 800x353 - RenderBlock {h3} at (0,0) size 800x19 - RenderParagraph (anonymous) at (0,0) size 800x19 - RenderText {#text} at (0,0) size 92x19 - text run at (0,0) width 92: "It passes if:" - RenderBlock {ul} at (0,19) size 800x57 - RenderBlock {li} at (0,0) size 800x19 - RenderParagraph (anonymous) at (0,0) size 800x19 - RenderText {#text} at (0,0) size 511x19 - text run at (0,0) width 511: "the canvas content has rounded corners (top-left and top-right)" - RenderBlock {li} at (0,19) size 800x19 - RenderParagraph (anonymous) at (0,0) size 800x19 - RenderText {#text} at (0,0) size 457x19 - text run at (0,0) width 457: "the 10px red border is visible around the canvas content" - RenderBlock {li} at (0,38) size 800x19 - RenderParagraph (anonymous) at (0,0) size 800x19 - RenderText {#text} at (0,0) size 200x19 - text run at (0,0) width 200: "gray border is not visible" -layer at (0,76) size 277x277 - RenderHTMLCanvas {canvas} at (0,76) size 277x277 [bgcolor=#808080] [border: (10px solid #FF0000)] - diff --git a/engine/src/flutter/tests/clipping/canvas-rounded-corners.sky b/engine/src/flutter/tests/clipping/canvas-rounded-corners.sky deleted file mode 100644 index 80e9838d2b6..00000000000 --- a/engine/src/flutter/tests/clipping/canvas-rounded-corners.sky +++ /dev/null @@ -1,28 +0,0 @@ - - - - -

It passes if:

-
    -
  • the canvas content has rounded corners (top-left and top-right)
  • -
  • the 10px red border is visible around the canvas content
  • -
  • gray border is not visible
  • -
- - -