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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-inside-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
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ffbdd3d06204753e37387ed9ed9b26dd2934045f..2b150329236b1c8495b97df6d97693a720c4cfdf 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt
@@ -247,6 +247,10 @@ PASS getCSSText("shape-inside", "circle(at center center 10px)") is ""
PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "none"
PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is ""
PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)") is "none"
+PASS getCSSText("shape-inside", "circle(10px at)") is ""
+PASS getComputedStyleValue("shape-inside", "circle(10px at)") is "none"
+PASS getCSSText("shape-inside", "circle(at)") is ""
+PASS getComputedStyleValue("shape-inside", "circle(at)") is "none"
PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is ""
PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none"
PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is ""
@@ -269,6 +273,10 @@ PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is ""
PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "none"
PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is ""
PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "none"
+PASS getCSSText("shape-inside", "ellipse(10px 20px at)") is ""
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at)") is "none"
+PASS getCSSText("shape-inside", "ellipse(at)") is ""
+PASS getComputedStyleValue("shape-inside", "ellipse(at)") is "none"
PASS getCSSText("shape-inside", "polygon()") is ""
PASS getComputedStyleValue("shape-inside", "polygon()") is "none"
PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is ""
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698