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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Support runtime feature on templates Created 3 years, 6 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 form controls are rendered with correct theme. See crbug.com/591315. 1 Tests that form controls are rendered with correct theme. See crbug.com/591315.
2 2
3 Radio 3 Radio
4 Checkbox 4 Checkbox
5 Page reloaded. 5 Page reloaded.
6 Emulating device: 800x600x1 viewport='none' 6 Emulating device: 800x600x1 viewport='none'
7 Device: 7 Device:
8 window.screenX = 0px 8 window.screenX = 0px
9 window.screenY = 0px 9 window.screenY = 0px
10 Viewport: = ?none 10 Viewport: = ?none
11 @media orientation = landscape 11 @media orientation = landscape
12 window.orientation 12 window.orientation = 0
13 @media resolution = 96dpi 13 @media resolution = 96dpi
14 @media device-pixel-ratio = 1 14 @media device-pixel-ratio = 1
15 window.devicePixelRatio = 1 15 window.devicePixelRatio = 1
16 Widths: 16 Widths:
17 @media device-width = 800px 17 @media device-width = 800px
18 screen.width = 800px 18 screen.width = 800px
19 screen.availWidth = 800px 19 screen.availWidth = 800px
20 window.outerWidth = 800px 20 window.outerWidth = 800px
21 window.innerWidth = 980px 21 window.innerWidth = 980px
22 @media width = 980px 22 @media width = 980px
(...skipping 13 matching lines...) Expand all
36 doc.docElem.clientHeight = 1000px 36 doc.docElem.clientHeight = 1000px
37 doc.docElem.offsetHeight = 1000px 37 doc.docElem.offsetHeight = 1000px
38 doc.docElem.scrollHeight = 1000px 38 doc.docElem.scrollHeight = 1000px
39 doc.body.clientHeight = 735px 39 doc.body.clientHeight = 735px
40 doc.body.offsetHeight = 1000px 40 doc.body.offsetHeight = 1000px
41 doc.body.scrollHeight = 1000px 41 doc.body.scrollHeight = 1000px
42 measured radio: 13x13 42 measured radio: 13x13
43 measured checkbox: 13x13 43 measured checkbox: 13x13
44 44
45 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698