| Index: LayoutTests/inspector-protocol/css/css-edit-range-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/css/css-edit-range-expected.txt b/LayoutTests/inspector-protocol/css/css-edit-range-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b7441737bca7cb79dd4cb4113f7f79667b00c119
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector-protocol/css/css-edit-range-expected.txt
|
| @@ -0,0 +1,82 @@
|
| +==== Initial style sheet text ====
|
| +
|
| +div {
|
| + color: red;
|
| +}
|
| +
|
| +
|
| +
|
| +Running test: testInsertTextInTheBeginning
|
| +==== Style sheet text ====
|
| +* { border: 1px }
|
| +div {
|
| + color: red;
|
| +}
|
| +
|
| +
|
| +
|
| +Running test: testMultiLineEdit
|
| +==== Style sheet text ====
|
| +* { border: 1px }
|
| +div {
|
| + background-color: blue;
|
| + font-size: 12px;
|
| +}
|
| +
|
| +
|
| +
|
| +Running test: testReplaceText
|
| +==== Style sheet text ====
|
| +* { border: 1px }
|
| +p, span:hover {
|
| + background-color: blue;
|
| + font-size: 12px;
|
| +}
|
| +
|
| +
|
| +
|
| +Running test: testInsertInTheEnd
|
| +==== Style sheet text ====
|
| +* { border: 1px }
|
| +p, span:hover {
|
| + background-color: blue;
|
| + font-size: 12px;
|
| +}
|
| +* { box-sizing: border-box; }
|
| +
|
| +
|
| +
|
| +Running test: testRemoveText
|
| +==== Style sheet text ====
|
| +* { border: 1px }
|
| +p, span:hover {
|
| + background-color: blue;
|
| +}
|
| +* { box-sizing: border-box; }
|
| +
|
| +
|
| +
|
| +Running test: testInvalidParameters
|
| +Expected protocol error: range.startLine must be a non-negative integer
|
| +
|
| +Running test: testNegativeRangeParameters
|
| +Expected protocol error: range.startLine must be a non-negative integer
|
| +
|
| +Running test: testStartLineOutOfBounds
|
| +Expected protocol error: Specified range is out of bounds
|
| +
|
| +Running test: testEndLineOutOfBounds
|
| +Expected protocol error: Specified range is out of bounds
|
| +
|
| +Running test: testStartColumnBeyondLastLineCharacter
|
| +Expected protocol error: Specified range is out of bounds
|
| +
|
| +Running test: testEndColumnBeyondLastLineCharacter
|
| +Expected protocol error: Specified range is out of bounds
|
| +
|
| +Running test: testInsertBeyondLastCharacterOfLastLine
|
| +Expected protocol error: Specified range is out of bounds
|
| +
|
| +Running test: testReversedRange
|
| +Expected protocol error: Range start must not succeed its end
|
| +
|
|
|