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

DevTools: Attempt to make inspector/elements/edit-dom-actions-shadow.html non-flaky

R=vsevik
BUG=355459
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/blink/trunk@170649 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3ac21492
...@@ -8,19 +8,13 @@ ...@@ -8,19 +8,13 @@
function test() function test()
{ {
// Save time on style updates. // Save time on style updates.
WebInspector.inspectorView.showPanel("elements");
WebInspector.StylesSidebarPane.prototype.update = function() {}; WebInspector.StylesSidebarPane.prototype.update = function() {};
WebInspector.MetricsSidebarPane.prototype.update = function() {}; WebInspector.MetricsSidebarPane.prototype.update = function() {};
InspectorTest.runTestSuite([ InspectorTest.runTestSuite([
function testSetUp(next) function testSetUp(next)
{ {
InspectorTest.nodeWithId("authorShadowDOMElement"); InspectorTest.expandElementsTree(next);
InspectorTest.nodeWithId("testSetAuthorShadowDOMElementAttribute", checkTree);
function checkTree()
{
InspectorTest.expandElementsTree(next);
}
}, },
function testSetAuthorShadowDOMElementAttribute(next) function testSetAuthorShadowDOMElementAttribute(next)
......
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