| 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
|
|
|
|
|