| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..454d517b84025f2038bcb1805b3705d8c6cbaadc
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css-expected.txt
|
| @@ -0,0 +1,28 @@
|
| +Verify that persistence does not overwrite CSS files when CSS model reports error on getStyleSheetText.
|
| +
|
| +
|
| +Running: initializeTestFileSystem
|
| +
|
| +Running: waitForPersistenceBinding
|
| +Initial content of file:///var/www/simple.css
|
| +----
|
| +
|
| +body {
|
| + color: red;
|
| +}
|
| +
|
| +----
|
| +
|
| +Running: breakCSSModelProtocol
|
| +Protocol Error: FAKE PROTOCOL ERROR
|
| +
|
| +Running: onStylesSourcemappingSynced
|
| +Updated content of file:///var/www/simple.css
|
| +----
|
| +
|
| +body {
|
| + color: red;
|
| +}
|
| +
|
| +----
|
| +
|
|
|