Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt

Issue 144373002: [CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add FAIL test for intermediate result Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
index 44a38c0b81a523bb5f94a41818d2d4ce4d563f3e..fcb6c1941271ec0f32384ff71cda8fabce2a3223 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -90,9 +90,9 @@ PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(cl
PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)"
PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)"
PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
-PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
+PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
-PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
+PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
@@ -118,15 +118,15 @@ PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(
PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)"
PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at left 0% top 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at 0% 10px)"
PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at left 10px top 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at left 10px top 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at 10px 10px)"
PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)"
PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
-PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
+PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"

Powered by Google App Engine
This is Rietveld 408576698