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

Unified Diff: LayoutTests/inspector/syntax-highlight-css.html

Issue 22638008: DevTools: Use CodeMirror modes instead of highlight tokenizers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 7 years, 4 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/syntax-highlight-css.html
diff --git a/LayoutTests/inspector/syntax-highlight-css.html b/LayoutTests/inspector/syntax-highlight-css.html
index d66ba0d10d91f2bddf9cdd5f884da8e7084f2ed7..10d45c16111b951c2997f8451e500333c1922f9c 100644
--- a/LayoutTests/inspector/syntax-highlight-css.html
+++ b/LayoutTests/inspector/syntax-highlight-css.html
@@ -8,7 +8,7 @@ function test()
{
function dumpSyntaxHighlightSCSS(str)
{
- InspectorTest.dumpSyntaxHighlight(str, "text/css");
+ InspectorTest.dumpSyntaxHighlight(str, "text/x-scss");
}
dumpSyntaxHighlightSCSS("a[href='/']");

Powered by Google App Engine
This is Rietveld 408576698