blob: 169819c784c32b8c8bd76921a581ac8f4827a302 [file] [log] [blame]
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;
}
----