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

Unified Diff: LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt

Issue 110223008: DevTools: Strip sourceURL comment from stylesheets before showing them in the editor. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made regex global 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
« no previous file with comments | « no previous file | Source/devtools/front_end/CSSStyleModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt
diff --git a/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt b/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt
index ab0dccf47bb945bbca0377d18f635314c3abe862..1292e77e3c8d00cdd479326b489aac9f828b80ae 100644
--- a/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt
+++ b/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt
@@ -5,13 +5,10 @@ Running: testSourceURLCommentInInlineScript
Running: testSourceURLComment
body { color: black; }
-/*# sourceURL=css/addedInlineStylesheet.css */
Running: testDeprecatedSourceURLComment
body { color: black; }
-/*@ sourceURL=css/addedInlineStylesheetDeprecated.css */
Running: testNonRelativeURL
body { color: red; }
-/*# sourceURL=/css/nonRelativeInlineStylesheet.css */
« no previous file with comments | « no previous file | Source/devtools/front_end/CSSStyleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698