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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-inside-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: Try to fix tests Created 6 years, 11 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-inside-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
index 44e8eaf7e651fa5649ddfbdc24eeaf0f74c9e4d2..28db92c53a2c4c8d65bc234f17f87df8540e937b 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
@@ -40,9 +40,9 @@ PASS getComputedStyleValue("shape-inside", "circle(at top left)") is "circle(clo
PASS getCSSText("shape-inside", "circle(at right bottom)") is "circle(at 100% 100%)"
PASS getComputedStyleValue("shape-inside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)"
PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
-PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
+PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)"
Bear Travis 2014/01/23 22:04:42 I don't mind this as an intermediate patch, but th
PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
-PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
+PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)"
PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)"
PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
@@ -68,15 +68,15 @@ PASS getComputedStyleValue("shape-inside", "ellipse(at top left)") is "ellipse(c
PASS getCSSText("shape-inside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
PASS getComputedStyleValue("shape-inside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)"
PASS getCSSText("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px at left 0% top 10px)"
-PASS getComputedStyleValue("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 10px)"
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at 0% 10px)"
PASS getCSSText("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at left 10px top 10px)"
-PASS getComputedStyleValue("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at left 10px top 10px)"
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at 10px 10px)"
PASS getCSSText("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)"
PASS getCSSText("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)"
-PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)"
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)"
PASS getCSSText("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
-PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)"
PASS getCSSText("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
PASS getCSSText("shape-inside", "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