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

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

Issue 18698002: Merge 153488 "DevTools: Disable sourceUrl and SourceMappingUrl d..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1547/
Patch Set: Created 7 years, 5 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
===================================================================
--- LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html (revision 153577)
+++ LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html (working copy)
@@ -15,8 +15,7 @@
function test()
{
WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
- InspectorTest.addConsoleSniffer(step1);
- InspectorTest.evaluateInPage("addStylesheet()");
+ InspectorTest.evaluateInPage("addStylesheet()", step1);
function step1()
{
Property changes on: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
___________________________________________________________________
Added: svn:eol-style
+ LF
Added: svn:mime-type
+ text/html

Powered by Google App Engine
This is Rietveld 408576698