Index: third_party/WebKit/LayoutTests/css3/calc/border-image-slice-with-calc-computed-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/css3/calc/border-image-slice-with-calc-computed-expected.txt b/third_party/WebKit/LayoutTests/css3/calc/border-image-slice-with-calc-computed-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b17dad9afbdadc2006fc2551a1499073d1593ffa |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/css3/calc/border-image-slice-with-calc-computed-expected.txt |
@@ -0,0 +1,7 @@ |
+PASS getComputedValue("#div1", "borderImageSlice") is "15" |
+PASS getComputedValue("#div2", "borderImageSlice") is "5" |
+PASS getComputedValue("#div3", "borderImageSlice") is "calc(-6 + 50%)" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |