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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/resources/frame.html

Issue 2893523002: DevTools: make StyleSourceMapping in charge of managing UISourceCodes (Closed)
Patch Set: address comments Created 3 years, 6 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/elements/styles-1/resources/frame.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/resources/frame.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/resources/frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..dbca84d1af003aa09c955d909014c7c8f086bb12
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/resources/frame.html
@@ -0,0 +1,6 @@
+<style>div{color:red;}
+/*# sourceURL=stylesheet.css */
+</style>
+<div>
+Hi, i'm frame
+</div>

Powered by Google App Engine
This is Rietveld 408576698