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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This div should have a horizontal repeating background 1 This div should have a horizontal repeating background (background-repeat:repeat -x)
2 Pass 2 This div should have a vertical repeating background (background-repeat:repeat-y )
3 This div should have a horizontal repeating background (background-repeat-y:no-r epeat)
4 This div should have a vertical repeating background (background-repeat-x:no-rep eat)
5 This div should have vertical and horizontal repeating background ()
6 This div should have vertical and horizontal repeating background (background-re peat-x:repeat; background-repeat-y:repeat)
7 This div should have a horizontal repeating background (background-repeat: no-re peat; background-repeat-x:repeat)
8 This div should have a vertical repeating background (background-repeat: no-repe at; background-repeat-y:repeat)
9 This div should have a vertical and horizontal repeating background (background- repeat: repeat;)
10 This div should have vertical and horizontal repeating background (background-re peat-x:repeat; background-repeat-y:repeat)
11 This div should have no repeating background ()
12 This div should have no repeating background (background-repeat-x:no-repeat; bac kground-repeat-y:no-repeat)
13 This div should have no repeating background: invalid css (background-repeat-x:r epeat-y; background-repeat-y:repeat-x)
14 This div should have no repeating background: invalid css (background-repeat-x:r epeat-x; background-repeat-y:repeat-y)
15 This div should have no repeating background: invalid css (background-repeat-x:1 0px;)
16 This div should have no repeating background: invalid css (background-repeat:bla ck;)
17 Passed
OLDNEW
« 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