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

Unified Diff: LayoutTests/http/tests/inspector/styles/selector-line-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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/styles/selector-line-deprecated-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html b/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
index a5b07b96e22a0ab869f5d920b17a30b87c1fa22d..59c7e21e1a7641f47df1abdc2edf40f0a15f9901 100644
--- a/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
+++ b/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
@@ -21,8 +21,7 @@ function addStylesheet()
function test()
{
WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
- InspectorTest.addConsoleSniffer(step1);
- InspectorTest.evaluateInPage("addStylesheet()");
+ InspectorTest.evaluateInPage("addStylesheet()", step1);
function step1()
{
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/styles/selector-line-deprecated-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698