Commit a47423ff authored by apavlov@chromium.org's avatar apavlov@chromium.org

DevTools: Attempt to make...

DevTools: Attempt to make http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html non-flaky

R=pfeldman, vsevik
NOTRY=true

Review URL: https://codereview.chromium.org/221933005

git-svn-id: svn://svn.chromium.org/blink/trunk@170652 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent ce74d4d5
......@@ -15,7 +15,7 @@ function addStylesheet()
function test()
{
WebInspector.settings.cssSourceMapsEnabled.get = function() { return true; }
WebInspector.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, step1, this);
InspectorTest.addSniffer(WebInspector.SASSSourceMapping.prototype, "_bindUISourceCode", step1);
InspectorTest.evaluateInPage("addStylesheet()");
function step1()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment