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

Unified Diff: LayoutTests/inspector/elements/styles/undo-property-toggle.html

Issue 206313004: DevTools: Rename WebInspector.DOMAgent into WebInspector.DOMModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master 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
Index: LayoutTests/inspector/elements/styles/undo-property-toggle.html
diff --git a/LayoutTests/inspector/elements/styles/undo-property-toggle.html b/LayoutTests/inspector/elements/styles/undo-property-toggle.html
index 00106f20c2d8813ffffb00ee3665d8a32bf2fe4a..2e12afbfdf8f4bdf0af11c4f926128b9afe7ba24 100644
--- a/LayoutTests/inspector/elements/styles/undo-property-toggle.html
+++ b/LayoutTests/inspector/elements/styles/undo-property-toggle.html
@@ -24,7 +24,7 @@ function test()
var treeItem = InspectorTest.getElementStylePropertyTreeItem("font-weight");
InspectorTest.dumpStyleTreeItem(treeItem, "");
- WebInspector.domAgent.undo();
+ WebInspector.domModel.undo();
InspectorTest.waitForStyles("container", step3);
}
@@ -34,7 +34,7 @@ function test()
var treeItem = InspectorTest.getElementStylePropertyTreeItem("font-weight");
InspectorTest.dumpStyleTreeItem(treeItem, "");
- WebInspector.domAgent.redo();
+ WebInspector.domModel.redo();
InspectorTest.waitForStyles("container", step4);
}

Powered by Google App Engine
This is Rietveld 408576698