Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / edit-value-url-with-color-expected.txt
1 Tests that colors are not re-formatted inside url(...) when editing property values.
2
3 "white" background
4 "url( white )" background
5 "url(white.png)" background
6 "url(../foo/white.png)" background
7 "green url(white)" background
8 "url(white) green" background
9 "url(white) green, url(green)" background
10 "url(white), url(green)" background
11 "hsl(0, 50%, 50%) url(white)" background
12 "url(white) hsl(0, 50%, 50%)" background
13 "url(../black/white.png)" background
14 rgb(255, 255, 255)
15 url( white )
16 url(white.png)
17 url(../foo/white.png)
18 rgb(0, 128, 0) url(white)
19 url(white) rgb(0, 128, 0)
20 url(white) green, url(green)
21 url(white), url(green)
22 rgb(191, 64, 64) url(white)
23 url(white) rgb(191, 64, 64)
24 url(../black/white.png)
25