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

Unified Diff: LayoutTests/inspector/split-view.html

Issue 1085253003: Revert of Revert of DevTools: allow storing devtools preferences on the browser side. [blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « LayoutTests/http/tests/inspector/inspector-test.js ('k') | LayoutTests/inspector/split-view-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/split-view.html
diff --git a/LayoutTests/inspector/split-view.html b/LayoutTests/inspector/split-view.html
index f30a2b13e53a8fd47f75d5d6bbfe02bf122ba13e..0ef07a5732029468cac1e21c6dcad66412d181e8 100644
--- a/LayoutTests/inspector/split-view.html
+++ b/LayoutTests/inspector/split-view.html
@@ -28,7 +28,7 @@
var sidebarSize = splitView.isVertical() ? splitView.sidebarView().element.offsetWidth : splitView.sidebarView().element.offsetHeight;
var orientation = splitView.isVertical() ? "vertical" : "horizontal";
InspectorTest.addResult(" Sidebar size = " + sidebarSize + ", showMode = " + splitView.showMode() + ", " + orientation);
- InspectorTest.addResult(" Setting value: " + localStorage[splitView._setting._name]);
+ InspectorTest.addResult(" Setting value: " + JSON.stringify(WebInspector.settings.settingForTest(splitView._setting._name).get()));
}
function testSplitViewSizes(useFraction, shouldSaveShowMode)
« no previous file with comments | « LayoutTests/http/tests/inspector/inspector-test.js ('k') | LayoutTests/inspector/split-view-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698