[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / inspector / styles / styles-history-expected.txt
1 Tests resources panel history.
2
3
4 Running: testSetUp
5
6 Running: testSetResourceContentMinor
7 History length: 0
8
9 Running: testSetResourceContentMajor
10 History length: 1
11 Item 0:
12 body {
13   margin: 20px;
14   padding: 10px;
15 }
16
17 Running: testSetContentViaModelMinor
18 History length: 1
19 Item 0:
20 body {
21   margin: 20px;
22   padding: 10px;
23 }
24
25 Running: testSetContentViaModelMajor
26 History length: 2
27 Item 0:
28 body {
29   margin: 20px;
30   padding: 10px;
31 }
32 Item 1:
33 body {
34   margin:30px;
35   padding: 10px;
36 }
37