Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / backgrounds / background-repeat-computed-style-expected.txt
1 This div should have a horizontal repeating background (background-repeat:repeat-x)
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-repeat)
4 This div should have a vertical repeating background (background-repeat-x:no-repeat)
5 This div should have vertical and horizontal repeating background ()
6 This div should have vertical and horizontal repeating background (background-repeat-x:repeat; background-repeat-y:repeat)
7 This div should have a horizontal repeating background (background-repeat: no-repeat; background-repeat-x:repeat)
8 This div should have a vertical repeating background (background-repeat: no-repeat; 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-repeat-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; background-repeat-y:no-repeat)
13 This div should have no repeating background: invalid css (background-repeat-x:repeat-y; background-repeat-y:repeat-x)
14 This div should have no repeating background: invalid css (background-repeat-x:repeat-x; background-repeat-y:repeat-y)
15 This div should have no repeating background: invalid css (background-repeat-x:10px;)
16 This div should have no repeating background: invalid css (background-repeat:black;)
17 Passed