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

Unified Diff: LayoutTests/inspector-protocol/stylesheet-tracking-restart-expected.txt

Issue 121263002: DevTools: Do not force style sheets update on inspector start. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed test Created 7 years 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 side-by-side diff with in-line comments
Download patch
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..9d9a311ecb9a82b4cfe55775e23993a3d9bbc365
--- /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: foo.css
+ - style sheet added: bar.css
+Closing inspector.
+
+Removing style sheet.
+
+Reopening inspector.
+Running test
+Opening front-end second time
+Enabling CSS domain.
+ - style sheet added: bar.css
+
« no previous file with comments | « LayoutTests/inspector-protocol/stylesheet-tracking-restart.html ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698