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

Unified Diff: LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt

Issue 661923005: DevTools: [Workspace] fix removing stylesheet-related uiSourceCodes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git/+/master
Patch Set: add one more testcase Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt b/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
index 51499ce80a5f430226ae4c102829deb32a780d58..f8e697bcd9fc765154e8897e99aca266532b6903 100644
--- a/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
@@ -28,7 +28,11 @@ UISourceCode: http://fake.url/4
Highlighter type: text/css
UISourceCode content: <stylesheet resource content>
-Running: testRemoveStyleSheetFromModel
+Running: testRemoveStyleSheetFromModelWithComplexURL
+Added uiSourceCode: http://example.com/foo.css
+Removed uiSourceCode: http://example.com/foo.css
+
+Running: testRemoveStyleSheetFromModelWithSimpleURL
Added uiSourceCode: foo.css
Removed uiSourceCode: foo.css

Powered by Google App Engine
This is Rietveld 408576698