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" |