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

Unified Diff: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html

Issue 18580011: DevTools: Disable sourceUrl and SourceMappingUrl deprecation warnings for a few releases. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
index 676c668137faeb5cb2032bd786023bffef09e6de..5cbbf8f2f898caa6254bb0bba9fe6f6cc9cfc353 100644
--- a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
+++ b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
@@ -15,8 +15,7 @@ function addStylesheet()
function test()
{
WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
- InspectorTest.addConsoleSniffer(step1);
- InspectorTest.evaluateInPage("addStylesheet()");
+ InspectorTest.evaluateInPage("addStylesheet()", step1);
function step1()
{

Powered by Google App Engine
This is Rietveld 408576698