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

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 TC with shouldBeEqualToString Created 6 years 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
« no previous file with comments | « LayoutTests/fast/css/border-image-value-grammar.html ('k') | Source/core/css/parser/CSSGrammar.y » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..aceda9ac0d31a8de2689d351b2730ca763493a8b
--- /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
+
« no previous file with comments | « LayoutTests/fast/css/border-image-value-grammar.html ('k') | Source/core/css/parser/CSSGrammar.y » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698