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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-scss.html

Issue 2215253002: DevTools: do not use CSSMetadata instances for autocompletion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css-meta-data
Patch Set: address comments Created 4 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: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-scss.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-scss.html b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-scss.html
index 2cb2cd1c95358673c5b096e590f599aa3efaf681..66ebda6e6e819011e03611d6e76a7d0ff66856ea 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-scss.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-scss.html
@@ -17,7 +17,6 @@ function test()
InspectorTest.runTestSuite(testSuite);
}
-
var testSuite = [
function testPropertyValueSuggestions(next)
{

Powered by Google App Engine
This is Rietveld 408576698