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

Unified Diff: LayoutTests/fast/exclusions/parsing-wrap-shape-outside-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-outside-expected.txt
diff --git a/LayoutTests/fast/exclusions/parsing-wrap-shape-outside-expected.txt b/LayoutTests/fast/exclusions/parsing-wrap-shape-outside-expected.txt
index 6c5b55ed383ef2b75cc77c4efd181f595a0882d9..355bb0e5dce047c961dd767d83a23f3f4ff1f89f 100644
--- a/LayoutTests/fast/exclusions/parsing-wrap-shape-outside-expected.txt
+++ b/LayoutTests/fast/exclusions/parsing-wrap-shape-outside-expected.txt
@@ -21,6 +21,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("rectangle(10px, 20px, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px), child: auto"
PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px), child: auto"

Powered by Google App Engine
This is Rietveld 408576698