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

Side by Side Diff: LayoutTests/inspector/elements/styles/color-aware-property-value-edit-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
(Empty)
1 Tests that property value being edited uses the user-specified color format.
2
3 inspected1
4 inspected2
5
6 Running: init
7
8 Running: editKeywordAsOriginal
9 1px solid red
10
11 Running: editKeywordAsHex
12 1px solid #F00
13
14 Running: editKeywordAsHSL
15 1px solid hsl(0, 100%, 50%)
16
17 Running: editKeywordAsRGB
18 1px solid rgb(255, 0, 0)
19
20 Running: editHexAsOriginal
21 #ffffee
22
23 Running: editHexAsHex
24 #FFE
25
26 Running: editHexAsHSL
27 hsl(60, 100%, 97%)
28
29 Running: editHexAsRGB
30 rgb(255, 255, 238)
31
32 Running: editNewProperty
33 hsl(120, 100%, 25%)
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698