| Index: LayoutTests/inspector-protocol/css/css-set-property-text-inline-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/css/css-set-property-text-inline-expected.txt b/LayoutTests/inspector-protocol/css/css-set-property-text-inline-expected.txt
|
| deleted file mode 100644
|
| index 9362d5c339dbb97c00a0b7bb2ace70112a57e3b4..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector-protocol/css/css-set-property-text-inline-expected.txt
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -Some red text goes here
|
| -==== Initial style sheet text ====
|
| -color: red; border: 0px;
|
| -
|
| -Running test: testEditProperty
|
| -==== Style sheet text ====
|
| -content: 'EDITED PROPERTY'; border: 0px;
|
| -
|
| -Running test: testBreakingCommentEditProperty
|
| -Expected protocol error: SyntaxError The property '/*<--OPENED COMMENT' could not be set.
|
| -
|
| -Running test: testInsertFirstProperty
|
| -==== Style sheet text ====
|
| -content: 'INSERTED PROPERTY';color: red; border: 0px;
|
| -
|
| -Running test: testInsertMultipleProperties
|
| -==== Style sheet text ====
|
| -color: red; content: 'INSERTED #1';content: 'INSERTED #2';border: 0px;
|
| -
|
| -Running test: testInsertLastProperty
|
| -==== Style sheet text ====
|
| -color: red; border: 0px;content: 'INSERTED PROPERTY';
|
| -
|
|
|