Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / styles-commit-editing-expected.txt
1 Tests that editing is canceled properly after incremental editing.
2
3 Text
4
5 Running: selectInitialNode
6
7 Running: testFreeFlowEdit
8 [expanded] 
9 element.style  { ()
10 color: red;
11
12 [expanded] 
13 div  { (user agent stylesheet)
14 display: block;
15
16
17
18 Running: testCommitEditing
19
20 Running: testNewPropertyEditorIsCreated
21
22 Running: testCycleThroughPropertyEditing
23
24 Running: testNodeStyles
25
26 Running: dumpStyles
27 After append:
28 [expanded] 
29 element.style  { ()
30 color: green;
31
32 [expanded] 
33 div  { (user agent stylesheet)
34 display: block;
35
36
37