Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / css / css-set-rule-selector-expected.txt
1 ==== Initial style sheet text ====
2 * {
3     box-sizing: border-box;
4 }
5
6 html, body, div, a {
7     /* resetting some properties */
8     padding: 0;
9     margin: 0;
10     border: 0;
11     display: flex; /* flex FTW! */
12 }
13
14 p:first-letter { font-size: 200%; } div,
15 body {
16     position: relative;
17 }
18
19
20
21 Running test: testEditSimpleSelector
22 ==== Style sheet text ====
23 .EDITED-SELECTOR {
24     box-sizing: border-box;
25 }
26
27 html, body, div, a {
28     /* resetting some properties */
29     padding: 0;
30     margin: 0;
31     border: 0;
32     display: flex; /* flex FTW! */
33 }
34
35 p:first-letter { font-size: 200%; } div,
36 body {
37     position: relative;
38 }
39
40
41
42 Running test: testEditCopmlexSelector
43 ==== Style sheet text ====
44 * {
45     box-sizing: border-box;
46 }
47
48 .EDITED-SELECTOR:first-line {
49     /* resetting some properties */
50     padding: 0;
51     margin: 0;
52     border: 0;
53     display: flex; /* flex FTW! */
54 }
55
56 p:first-letter { font-size: 200%; } div,
57 body {
58     position: relative;
59 }
60
61
62
63 Running test: testEditSequentially
64 ==== Style sheet text ====
65 * {
66     box-sizing: border-box;
67 }
68
69 html, body, div, a {
70     /* resetting some properties */
71     padding: 0;
72     margin: 0;
73     border: 0;
74     display: flex; /* flex FTW! */
75 }
76
77 .EDITED { font-size: 200%; } div,
78 body {
79     position: relative;
80 }
81
82
83 ==== Style sheet text ====
84 * {
85     box-sizing: border-box;
86 }
87
88 html, body, div, a {
89     /* resetting some properties */
90     padding: 0;
91     margin: 0;
92     border: 0;
93     display: flex; /* flex FTW! */
94 }
95
96 .EDITED { font-size: 200%; } .EDITED-2 {
97     position: relative;
98 }
99
100
101
102 Running test: testEditSubSelector
103 Expected protocol error: Source range didn't match any rule selector source range
104
105 Running test: testInvalidParameters
106 Expected protocol error: range.startLine must be a non-negative integer
107
108 Running test: testNegativeRangeParameters
109 Expected protocol error: range.startLine must be a non-negative integer
110
111 Running test: testStartLineOutOfBounds
112 Expected protocol error: Specified range is out of bounds
113
114 Running test: testEndLineOutOfBounds
115 Expected protocol error: Specified range is out of bounds
116
117 Running test: testStartColumnBeyondLastLineCharacter
118 Expected protocol error: Specified range is out of bounds
119
120 Running test: testEndColumnBeyondLastLineCharacter
121 Expected protocol error: Specified range is out of bounds
122
123 Running test: testInsertBeyondLastCharacterOfLastLine
124 Expected protocol error: Specified range is out of bounds
125
126 Running test: testReversedRange
127 Expected protocol error: Range start must not succeed its end
128