Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css-expected.txt

Issue 2702583003: DevTools: do not assign empty content to CSS UISourceCode in case of protocol error (Closed)
Patch Set: fix test Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Verify that persistence does not overwrite CSS files when CSS model reports erro r on getStyleSheetText.
2
3
4 Running: initializeTestFileSystem
5
6 Running: waitForPersistenceBinding
7 Initial content of file:///var/www/simple.css
8 ----
9
10 body {
11 color: red;
12 }
13
14 ----
15
16 Running: breakCSSModelProtocol
17 Protocol Error: FAKE PROTOCOL ERROR
18
19 Running: onStylesSourcemappingSynced
20 Updated content of file:///var/www/simple.css
21 ----
22
23 body {
24 color: red;
25 }
26
27 ----
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698