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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-workspace-adapter-expected.txt

Issue 1641893002: DevTools: [SASS] introduce workspace/cssModel adapter for SASS processor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/LayoutTests/inspector/sass/test-workspace-adapter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-workspace-adapter-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-workspace-adapter-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..12a0447ec6b14562df809d3123e8e8e55de75641
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-workspace-adapter-expected.txt
@@ -0,0 +1,71 @@
+Verify SASSWorkspaceAdapter.Clients handle external resource changes correctly.
+
+
+Running: loadFileSystemResources
+
+Running: loadCSSResources
+
+Running: mutateCSS
+ -- CLIENT 1 -- SourceChanged event: all.css
+ -- CLIENT 1 -- SourceChanged event: all.css
+== Outdated ==
+CLIENT 1: true
+CLIENT 2: false
+ -- CLIENT 2 -- SourceChanged event: print.css
+== Outdated ==
+CLIENT 1: true
+CLIENT 2: true
+== Contents ==
+content of print.css: <all.css update 1>
+content of print.css: <print.css update 1>
+== Outdated ==
+CLIENT 1: false
+CLIENT 2: false
+
+Running: mutateSASS
+ -- CLIENT 1 -- SourceChanged event: file:///var/www/a.scss
+== Outdated ==
+CLIENT 1: true
+CLIENT 2: false
+ -- CLIENT 2 -- SourceChanged event: file:///var/www/b.scss
+== Outdated ==
+CLIENT 1: true
+CLIENT 2: true
+== Contents ==
+content of file:///var/www/b.scss: <a.scss update 1>
+content of file:///var/www/b.scss: <b.scss update 1>
+== Outdated ==
+CLIENT 1: false
+CLIENT 2: false
+
+Running: mutateSASSCommon
+ -- CLIENT 1 -- SourceChanged event: file:///var/www/common.scss
+ -- CLIENT 2 -- SourceChanged event: file:///var/www/common.scss
+== Outdated ==
+CLIENT 1: true
+CLIENT 2: true
+== Contents ==
+content of file:///var/www/common.scss: <common.scss update 1>
+content of file:///var/www/common.scss: <common.scss update 1>
+== Outdated ==
+CLIENT 1: false
+CLIENT 2: false
+
+Running: clientSetCSS
+client1.setCSSText result: true
+client2.setCSSText result: true
+== Contents ==
+content of print.css: <all.css CLIENT 1>
+content of print.css: <print.css CLIENT 2>
+
+Running: clientSetSASSCommon
+client1.setSASSText result: true
+ -- CLIENT 2 -- SourceChanged event: file:///var/www/common.scss
+== Outdated ==
+CLIENT 1: false
+CLIENT 2: true
+
+Running: removeStyleSheets
+ -- CLIENT 2 -- TrackingStopped
+ -- CLIENT 1 -- TrackingStopped
+

Powered by Google App Engine
This is Rietveld 408576698