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

Unified Diff: third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html

Issue 2626143004: DevTools: move from Common module - Geometry and CSSShadowModel (Closed)
Patch Set: minimize test diff Created 3 years, 11 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: third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html
diff --git a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html
index caad2e0cb756dedcd5e6515e761cceb195325963..f057e330dd32f96f97059c9c869c72f788957afd 100644
--- a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html
+++ b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html
@@ -11,7 +11,7 @@ function test()
var view = new Emulation.DeviceModeView();
var toolbar = view._toolbar;
var model = view._model;
- var viewportSize = new Size(800, 600);
+ var viewportSize = new UI.Size(800, 600);
model.setAvailableSize(viewportSize, viewportSize);
InspectorTest.addResult("\nTest that devices remember their scale.");

Powered by Google App Engine
This is Rietveld 408576698