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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-980-2x-expected.txt

Issue 2960023003: [DevTools] Migrate inspector-protocol/emulation tests to new harness (Closed)
Patch Set: 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 device emulation affects media rules, viewport meta tag, body dimensi ons and window.screen. 1 Tests that device emulation affects media rules, viewport meta tag, body dimensi ons and window.screen.
2 2 Emulating device: 1200x1000x2
3 Page reloaded. 3 Loading page with viewport=w=980
4 Emulating device: 1200x1000x2 viewport='w=980'
5 Device: 4 Device:
6 window.screenX = 0px 5 window.screenX = 0px
7 window.screenY = 0px 6 window.screenY = 0px
8 Viewport: = ?w=980 7 Viewport: = ?w=980
9 @media orientation = landscape 8 @media orientation = landscape
10 window.orientation 9 window.orientation
11 @media resolution = 192dpi 10 @media resolution = 192dpi
12 @media device-pixel-ratio = 2 11 @media device-pixel-ratio = 2
13 window.devicePixelRatio = 2 12 window.devicePixelRatio = 2
14 Widths: 13 Widths:
(...skipping 16 matching lines...) Expand all
31 window.outerHeight = 1000px 30 window.outerHeight = 1000px
32 window.innerHeight = 817px 31 window.innerHeight = 817px
33 @media height = 816px 32 @media height = 816px
34 doc.docElem.clientHeight = 1000px 33 doc.docElem.clientHeight = 1000px
35 doc.docElem.offsetHeight = 1000px 34 doc.docElem.offsetHeight = 1000px
36 doc.docElem.scrollHeight = 1000px 35 doc.docElem.scrollHeight = 1000px
37 doc.body.clientHeight = 816px 36 doc.body.clientHeight = 816px
38 doc.body.offsetHeight = 1000px 37 doc.body.offsetHeight = 1000px
39 doc.body.scrollHeight = 1000px 38 doc.body.scrollHeight = 1000px
40 39
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698