| Index: LayoutTests/inspector-protocol/css/css-replace-range-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/css/css-replace-range-expected.txt b/LayoutTests/inspector-protocol/css/css-replace-range-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6d93be9fbf98fb467a41981e60869882af6ad6b7
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector-protocol/css/css-replace-range-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +==== Initial style sheet text ====
|
| +
|
| +div {
|
| + color: red;
|
| +}
|
| +
|
| +
|
| +==== Changed style sheet text ====
|
| +* { border: 1px }
|
| +p, span:hover {
|
| + background-color: blue;
|
| + font-size: 12px;
|
| +}
|
| +* { box-sizing: border-box; }
|
| +
|
| +
|
| +
|
|
|