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

Unified Diff: LayoutTests/inspector/elements/styles/perform-undo-perform-of-mergable-action.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/perform-undo-perform-of-mergable-action.html
diff --git a/LayoutTests/inspector/elements/styles/perform-undo-perform-of-mergable-action.html b/LayoutTests/inspector/elements/styles/perform-undo-perform-of-mergable-action.html
index 08439bce9bdef2ae32b92ec2e5364fd1ed22c2cc..87cc967aba7c75ae86b49dc1db2e713db895e5a8 100644
--- a/LayoutTests/inspector/elements/styles/perform-undo-perform-of-mergable-action.html
+++ b/LayoutTests/inspector/elements/styles/perform-undo-perform-of-mergable-action.html
@@ -30,7 +30,7 @@ function test()
InspectorTest.addResult("After changing property");
InspectorTest.dumpSelectedElementStyles(true);
- WebInspector.domAgent.undo();
+ WebInspector.domModel.undo();
InspectorTest.waitForStyles("container", step3);
}
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-test.js ('k') | LayoutTests/inspector/elements/styles/pseudo-elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698