1 ==== Initial style sheet text ====
3 box-sizing: border-box;
7 /* resetting some properties */
11 display: flex; /* flex FTW! */
14 p:first-letter { font-size: 200%; } div,
21 Running test: testEditSimpleSelector
22 ==== Style sheet text ====
24 box-sizing: border-box;
28 /* resetting some properties */
32 display: flex; /* flex FTW! */
35 p:first-letter { font-size: 200%; } div,
42 Running test: testEditCopmlexSelector
43 ==== Style sheet text ====
45 box-sizing: border-box;
48 .EDITED-SELECTOR:first-line {
49 /* resetting some properties */
53 display: flex; /* flex FTW! */
56 p:first-letter { font-size: 200%; } div,
63 Running test: testEditSequentially
64 ==== Style sheet text ====
66 box-sizing: border-box;
70 /* resetting some properties */
74 display: flex; /* flex FTW! */
77 .EDITED { font-size: 200%; } div,
83 ==== Style sheet text ====
85 box-sizing: border-box;
89 /* resetting some properties */
93 display: flex; /* flex FTW! */
96 .EDITED { font-size: 200%; } .EDITED-2 {
102 Running test: testInvalidSelectorText
103 Expected protocol error: SyntaxError Selector or media text is not valid.
105 Running test: testEmptySelector
106 Expected protocol error: SyntaxError Selector or media text is not valid.
108 Running test: testSelectorTextWithUnclosedComment
109 Expected protocol error: SyntaxError Selector or media text is not valid.
111 Running test: testEditSubSelector
112 Expected protocol error: NotFoundError Source range didn't match existing source range
114 Running test: testInvalidParameters
115 Expected protocol error: range.startLine must be a non-negative integer
117 Running test: testNegativeRangeParameters
118 Expected protocol error: range.startLine must be a non-negative integer
120 Running test: testStartLineOutOfBounds
121 Expected protocol error: Specified range is out of bounds
123 Running test: testEndLineOutOfBounds
124 Expected protocol error: Specified range is out of bounds
126 Running test: testStartColumnBeyondLastLineCharacter
127 Expected protocol error: Specified range is out of bounds
129 Running test: testEndColumnBeyondLastLineCharacter
130 Expected protocol error: Specified range is out of bounds
132 Running test: testInsertBeyondLastCharacterOfLastLine
133 Expected protocol error: Specified range is out of bounds
135 Running test: testReversedRange
136 Expected protocol error: Range start must not succeed its end