[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / inspector / styles / styles-update-from-js-expected.txt
1 Tests that changes to an inline style from JavaScript are reflected in the Styles pane and Elements tree.
2
3
4 Running: testInit
5
6 Running: testSetStyleAttribute
7 <div id="container" style="color: #daC0DE; border: 1px solid black;"></div>
8 [expanded] 
9 element.style  { ()
10 color: #DAC0DE;
11 border: 1px solid black;
12     border-top-width: 1px;
13     border-right-width: 1px;
14     border-bottom-width: 1px;
15     border-left-width: 1px;
16     border-top-style: solid;
17     border-right-style: solid;
18     border-bottom-style: solid;
19     border-left-style: solid;
20     border-top-color: black;
21     border-right-color: black;
22     border-bottom-color: black;
23     border-left-color: black;
24
25
26
27 Running: testSetStyleCSSText
28 <div id="container" style="color: rgb(192, 255, 238); "></div>
29 [expanded] 
30 element.style  { ()
31 color: #C0FFEE;
32
33
34
35 Running: testSetViaParsedAttributes
36 <div id="container" style="color: rgb(192, 255, 238); border: 3px dashed green; "></div>
37 [expanded] 
38 element.style  { ()
39 color: #C0FFEE;
40 border: 3px dashed green;
41     border-top-style: dashed;
42     border-right-style: dashed;
43     border-bottom-style: dashed;
44     border-left-style: dashed;
45     border-top-color: green;
46     border-right-color: green;
47     border-bottom-color: green;
48     border-left-color: green;
49 border-width: 3px;
50     border-top-width: 3px;
51     border-right-width: 3px;
52     border-bottom-width: 3px;
53     border-left-width: 3px;
54
55
56