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

Unified Diff: LayoutTests/fast/css/border-image-value-grammar-expected.txt

Issue 471893002: Support consecutive slash operators for border-image value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update Testcase using shoudBe Created 6 years, 4 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/css/border-image-value-grammar-expected.txt
diff --git a/LayoutTests/fast/css/border-image-value-grammar-expected.txt b/LayoutTests/fast/css/border-image-value-grammar-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f261d0b41dadd6dbc9149eeaf552d6b4e00b13c2
--- /dev/null
+++ b/LayoutTests/fast/css/border-image-value-grammar-expected.txt
@@ -0,0 +1,18 @@
+Support consecutive slash operators for border-image
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS style.getPropertyValue('border-image-slice') is '3'
+PASS style.getPropertyValue('border-image-width') is 'initial'
+PASS style.getPropertyValue('border-image-outset') is '2'
+PASS style.getPropertyValue('border-image-slice') is '4'
+PASS style.getPropertyValue('border-image-width') is '5'
+PASS style.getPropertyValue('border-image-outset') is 'initial'
+PASS style.getPropertyValue('border-image-slice') is '1'
+PASS style.getPropertyValue('border-image-width') is '2'
+PASS style.getPropertyValue('border-image-outset') is '3'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698