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

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

Issue 2947303002: [DevTools] Migrate inspector-protocol/{page,dom-snapshot} tests to new harness (Closed)
Patch Set: rebased Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 Tests that Page.getLayoutMetrics returns reasonable values. 1 Tests that Page.getLayoutMetrics returns reasonable values.
2
3 LayoutViewport: { 2 LayoutViewport: {
4 clientHeight : 600 3 clientHeight : 600
5 clientWidth : 785 4 clientWidth : 785
6 pageX : 0 5 pageX : 0
7 pageY : 200 6 pageY : 200
8 } 7 }
9 VisualViewport: { 8 VisualViewport: {
10 clientHeight : 600 9 clientHeight : 600
11 clientWidth : 785 10 clientWidth : 785
12 offsetX : 0 11 offsetX : 0
13 offsetY : 0 12 offsetY : 0
14 pageX : 0 13 pageX : 0
15 pageY : 200 14 pageY : 200
16 scale : 1 15 scale : 1
17 } 16 }
18 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698