| Index: LayoutTests/inspector-protocol/stylesheet-tracking-restart-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/stylesheet-tracking-restart-expected.txt b/LayoutTests/inspector-protocol/stylesheet-tracking-restart-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e90422433dd2653c9ade0615e156905e336b6cb5
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector-protocol/stylesheet-tracking-restart-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +This test checks that if style sheet is removed between two inspector launches it is not reported to frontend.
|
| +
|
| +Running test
|
| +Opening front-end for the first time
|
| +Enabling CSS domain.
|
| + - style sheet added: 1 (sourceURL=foo.js)
|
| + - style sheet added: 2 (sourceURL=bar.js)
|
| +Closing inspector.
|
| +
|
| +Removing style sheet.
|
| +
|
| +Reopening inspector.
|
| +Running test
|
| +Opening front-end second time
|
| +Enabling CSS domain.
|
| + - style sheet added: 2 (sourceURL=bar.js)
|
| +
|
|
|