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

Unified Diff: LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt

Issue 16358010: [CSS Exclusions] Add CSS parsing support for image URI shape-inside and shape-outside values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/exclusions/parsing-wrap-shape-inside-expected.txt
diff --git a/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt b/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt
index 93f582ed619d0b06ff4653087cc1874fc0ae8a23..8e8664e772515b2238d3c9a7590e33d30bee50e5 100644
--- a/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt
+++ b/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt
@@ -23,6 +23,8 @@ PASS testCSSText("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygo
PASS testComputedStyle("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
PASS testCSSText("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
PASS testComputedStyle("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
+PASS removeBaseURL(testCSSText("url('image')")) is "url(image)"
+PASS removeBaseURL(testComputedStyle("url('image')")) is "url(image)"
PASS testNotInherited("auto", "rectangle(10px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40px)"
PASS testNotInherited("outside-shape", "rectangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px)"
PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px), child: outside-shape"

Powered by Google App Engine
This is Rietveld 408576698