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

Unified Diff: third_party/WebKit/LayoutTests/css3/calc/border-image-slice-with-calc-computed-expected.txt

Issue 1835403003: Allow number-percentage calc() in border-image-slice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another approach Created 4 years, 8 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: 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
+

Powered by Google App Engine
This is Rietveld 408576698