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

Unified Diff: LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt

Issue 231153003: Added backround-repeat-x and -y as keyword properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test cases. Reworked test style as requested. Created 6 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: LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt
diff --git a/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt b/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt
index 646150c14a36c44436eef88e225fa919502a31d6..ee6b3ee30c729b3015ad2a420fb367d1d6343568 100644
--- a/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt
+++ b/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt
@@ -1,2 +1,17 @@
-This div should have a horizontal repeating background
-Pass
+This div should have a horizontal repeating background (background-repeat:repeat-x)
+This div should have a vertical repeating background (background-repeat:repeat-y)
+This div should have a horizontal repeating background (background-repeat-y:no-repeat)
+This div should have a vertical repeating background (background-repeat-x:no-repeat)
+This div should have vertical and horizontal repeating background ()
+This div should have vertical and horizontal repeating background (background-repeat-x:repeat; background-repeat-y:repeat)
+This div should have a horizontal repeating background (background-repeat: no-repeat; background-repeat-x:repeat)
+This div should have a vertical repeating background (background-repeat: no-repeat; background-repeat-y:repeat)
+This div should have a vertical and horizontal repeating background (background-repeat: repeat;)
+This div should have vertical and horizontal repeating background (background-repeat-x:repeat; background-repeat-y:repeat)
+This div should have no repeating background ()
+This div should have no repeating background (background-repeat-x:no-repeat; background-repeat-y:no-repeat)
+This div should have no repeating background: invalid css (background-repeat-x:repeat-y; background-repeat-y:repeat-x)
+This div should have no repeating background: invalid css (background-repeat-x:repeat-x; background-repeat-y:repeat-y)
+This div should have no repeating background: invalid css (background-repeat-x:10px;)
+This div should have no repeating background: invalid css (background-repeat:black;)
+Passed
« no previous file with comments | « LayoutTests/fast/backgrounds/background-repeat-computed-style.html ('k') | Source/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698