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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/page/get-layout-metrics-expected.txt

Issue 2438023003: devtools: Adds Page.getLayoutMetrics. (Closed)
Patch Set: address comments. Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that Page.getLayoutMetrics returns reasonable values.
2
3 LayoutViewport: {
4 clientHeight : 600
5 clientWidth : 785
6 pageX : 0
7 pageY : 200
8 }
9 VisualViewport: {
10 clientHeight : 600
11 clientWidth : 785
12 offsetX : 0
13 offsetY : 0
14 pageX : 0
15 pageY : 200
16 scale : 1
17 }
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698