Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / stable / webexposed / nonstable-css-properties-expected.txt
1 Test getting and setting nonstable css properties to non-default values
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 el.style.setProperty('-webkit-shape-margin', '10px')
7 el.style.getPropertyValue('-webkit-shape-margin') is null
8 getComputedStyle(el).getPropertyValue('-webkit-shape-margin') is null
9
10 el.style.setProperty('-webkit-shape-padding', '10px')
11 el.style.getPropertyValue('-webkit-shape-padding') is null
12 getComputedStyle(el).getPropertyValue('-webkit-shape-padding') is null
13
14 el.style.setProperty('-webkit-shape-inside', 'circle(10px, 10px, 10px)')
15 el.style.getPropertyValue('-webkit-shape-inside') is null
16 getComputedStyle(el).getPropertyValue('-webkit-shape-inside') is null
17
18 el.style.setProperty('-webkit-shape-outside', 'circle(10px, 10px, 10px)')
19 el.style.getPropertyValue('-webkit-shape-outside') is null
20 getComputedStyle(el).getPropertyValue('-webkit-shape-outside') is null
21
22 el.style.setProperty('-webkit-wrap-flow', 'both')
23 el.style.getPropertyValue('-webkit-wrap-flow') is null
24 getComputedStyle(el).getPropertyValue('-webkit-wrap-flow') is null
25
26 el.style.setProperty('-webkit-wrap-through', 'none')
27 el.style.getPropertyValue('-webkit-wrap-through') is null
28 getComputedStyle(el).getPropertyValue('-webkit-wrap-through') is null
29
30 el.style.setProperty('grid-auto-columns', 'auto')
31 el.style.getPropertyValue('grid-auto-columns') is null
32 getComputedStyle(el).getPropertyValue('grid-auto-columns') is null
33
34 el.style.setProperty('grid-auto-rows', 'auto')
35 el.style.getPropertyValue('grid-auto-rows') is null
36 getComputedStyle(el).getPropertyValue('grid-auto-rows') is null
37
38 el.style.setProperty('grid-template-columns', 'min-content')
39 el.style.getPropertyValue('grid-template-columns') is null
40 getComputedStyle(el).getPropertyValue('grid-template-columns') is null
41
42 el.style.setProperty('grid-template-rows', 'max-content')
43 el.style.getPropertyValue('grid-template-rows') is null
44 getComputedStyle(el).getPropertyValue('grid-template-rows') is null
45
46 el.style.setProperty('grid-column-start', 'auto')
47 el.style.getPropertyValue('grid-column-start') is null
48 getComputedStyle(el).getPropertyValue('grid-column-start') is null
49
50 el.style.setProperty('grid-column-end', '2')
51 el.style.getPropertyValue('grid-column-end') is null
52 getComputedStyle(el).getPropertyValue('grid-column-end') is null
53
54 el.style.setProperty('grid-row-start', '1')
55 el.style.getPropertyValue('grid-row-start') is null
56 getComputedStyle(el).getPropertyValue('grid-row-start') is null
57
58 el.style.setProperty('grid-column', 'auto')
59 el.style.getPropertyValue('grid-column') is null
60 getComputedStyle(el).getPropertyValue('grid-column') is null
61
62 el.style.setProperty('grid-row', '1')
63 el.style.getPropertyValue('grid-row') is null
64 getComputedStyle(el).getPropertyValue('grid-row') is null
65
66 el.style.setProperty('grid-area', '2')
67 el.style.getPropertyValue('grid-area') is null
68 getComputedStyle(el).getPropertyValue('grid-area') is null
69
70 el.style.setProperty('grid-auto-flow', 'column')
71 el.style.getPropertyValue('grid-auto-flow') is null
72 getComputedStyle(el).getPropertyValue('grid-auto-flow') is null
73
74 el.style.setProperty('grid-template-areas', '"test"')
75 el.style.getPropertyValue('grid-template-areas') is null
76 getComputedStyle(el).getPropertyValue('grid-template-areas') is null
77
78 el.style.setProperty('text-align-last', 'start')
79 el.style.getPropertyValue('text-align-last') is null
80 getComputedStyle(el).getPropertyValue('text-align-last') is null
81
82 el.style.setProperty('text-justify', 'distribute')
83 el.style.getPropertyValue('text-justify') is null
84 getComputedStyle(el).getPropertyValue('text-justify') is null
85
86 PASS successfullyParsed is true
87
88 TEST COMPLETE
89