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

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

Issue 191553003: [CSS Shapes] CSS parser accepts trailing position arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Upload first version 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 d4f19d47ad296a4dc854b4cf20789ce8b17ab9f8..16c7cde9cf42de46222ed623ad1bd470e5469c26 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -239,6 +239,8 @@ PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none"
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", "ellipse(10px, 20px)") is ""
PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none"
PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""

Powered by Google App Engine
This is Rietveld 408576698