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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/edit-value-url-with-color-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 Tests that colors are not re-formatted inside url(...) when editing property val ues. 1 Tests that colors are not re-formatted inside url(...) when editing property val ues.
2 2
3 "white" background 3 "white" background
4 "url( white )" background 4 "url( white )" background
5 "url(white.png)" background 5 "url(white.png)" background
6 "url(../foo/white.png)" background 6 "url(../foo/white.png)" background
7 "green url(white)" background 7 "green url(white)" background
8 "url(white) green" background 8 "url(white) green" background
9 "url(white) green, url(green)" background 9 "url(white) green, url(green)" background
10 "url(white), url(green)" background 10 "url(white), url(green)" background
11 "hsl(0, 50%, 50%) url(white)" background 11 "hsl(0, 50%, 50%) url(white)" background
12 "url(white) hsl(0, 50%, 50%)" background 12 "url(white) hsl(0, 50%, 50%)" background
13 "url(../black/white.png)" background 13 "url(../black/white.png)" background
14 rgb(255, 255, 255) 14 rgb(255, 255, 255)
15 url( white ) 15 url( white )
16 url(white.png) 16 url(white.png)
17 url(../foo/white.png) 17 url(../foo/white.png)
18 rgb(0, 128, 0) url(white) 18 rgb(0, 128, 0) url(white)
19 url(white) rgb(0, 128, 0) 19 url(white) rgb(0, 128, 0)
20 url(white) green, url(green) 20 url(white) green, url(green)
21 url(white), url(green) 21 url(white), url(green)
22 rgb(191, 64, 64) url(white) 22 rgb(191, 64, 64) url(white)
23 url(white) rgb(191, 64, 64) 23 url(white) rgb(191, 64, 64)
24 url(../black/white.png) 24 url(../black/white.png)
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698