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

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

Issue 203413006: [CSS Shapes] shape-outside: ellipse(50% 50% at) causes crash (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 d4e282d623e25eb7a5fb0977b162fe55ad5e3e34..0857d3f0dc1708b1fab6e7b4a1da78f7991f5746 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -245,6 +245,10 @@ PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none"
PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is ""
PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none"
+PASS getCSSText("shape-outside", "circle(10px at)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(10px at)") is "none"
+PASS getCSSText("shape-outside", "circle(at)") is ""
+PASS getComputedStyleValue("shape-outside", "circle(at)") is "none"
PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is ""
PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none"
PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""
@@ -267,6 +271,10 @@ PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is ""
PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") is "none"
PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is ""
PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "none"
+PASS getCSSText("shape-outside", "ellipse(10px 20px at)") is ""
+PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at)") is "none"
+PASS getCSSText("shape-outside", "ellipse(at)") is ""
+PASS getComputedStyleValue("shape-outside", "ellipse(at)") is "none"
PASS getCSSText("shape-outside", "polygon()") is ""
PASS getComputedStyleValue("shape-outside", "polygon()") is "none"
PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is ""

Powered by Google App Engine
This is Rietveld 408576698