Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / styles / color-aware-property-value-edit-expected.txt
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