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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss

Issue 2418813005: DevTools: [Persistence] implement automapping (Closed)
Patch Set: address comments Created 4 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: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/resources/styles-rerequest-sourcemap-on-watchdog.scss b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
similarity index 82%
copy from third_party/WebKit/LayoutTests/inspector/elements/styles-4/resources/styles-rerequest-sourcemap-on-watchdog.scss
copy to third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
index 7d69ebf63e25dc203439ebf4355bbb069365310d..d5eef3b0d96e47722919f65b8d5c28b23dba54e2 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/resources/styles-rerequest-sourcemap-on-watchdog.scss
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/resources/s.scss
@@ -1,5 +1,4 @@
$color: red;
-div {
+body {
color: $color;
}
-

Powered by Google App Engine
This is Rietveld 408576698