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

Unified Diff: LayoutTests/inspector/elements/edit-dom-actions-shadow.html

Issue 199633018: DevTools: Attempt to make inspector/elements/edit-dom-actions-shadow.html non-flaky (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/edit-dom-actions-shadow.html
diff --git a/LayoutTests/inspector/elements/edit-dom-actions-shadow.html b/LayoutTests/inspector/elements/edit-dom-actions-shadow.html
index 08789ce692471512ebed8e6193e5d2cc8286a77d..e113d1f5c18e8eeaf3782d9c040cac8cca9425c5 100644
--- a/LayoutTests/inspector/elements/edit-dom-actions-shadow.html
+++ b/LayoutTests/inspector/elements/edit-dom-actions-shadow.html
@@ -8,19 +8,13 @@
function test()
{
// Save time on style updates.
- WebInspector.inspectorView.showPanel("elements");
WebInspector.StylesSidebarPane.prototype.update = function() {};
WebInspector.MetricsSidebarPane.prototype.update = function() {};
InspectorTest.runTestSuite([
function testSetUp(next)
{
- InspectorTest.nodeWithId("authorShadowDOMElement");
- InspectorTest.nodeWithId("testSetAuthorShadowDOMElementAttribute", checkTree);
- function checkTree()
- {
- InspectorTest.expandElementsTree(next);
- }
+ InspectorTest.expandElementsTree(next);
},
function testSetAuthorShadowDOMElementAttribute(next)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698