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

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

Issue 1837963002: Use fallback in LayoutThemeMobile on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 4 years, 8 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 form controls are rendered with correct theme. See crbug.com/591315.
2 2
3 Radio
4 Checkbox
3 Page reloaded. 5 Page reloaded.
4 Emulating device: 1200x1000x1 viewport='w=980' 6 Emulating device: 800x600x1 viewport='none'
5 Device: 7 Device:
6 window.screenX = 0px 8 window.screenX = 0px
7 window.screenY = 0px 9 window.screenY = 0px
8 Viewport: = ?w=980 10 Viewport: = ?none
9 @media orientation = landscape 11 @media orientation = landscape
10 window.orientation 12 window.orientation
11 @media resolution = 96dpi 13 @media resolution = 96dpi
12 @media device-pixel-ratio = 1 14 @media device-pixel-ratio = 1
13 window.devicePixelRatio = 1 15 window.devicePixelRatio = 1
14 Widths: 16 Widths:
15 @media device-width = 1200px 17 @media device-width = 800px
16 screen.width = 1200px 18 screen.width = 800px
17 screen.availWidth = 1200px 19 screen.availWidth = 800px
18 window.outerWidth = 1200px 20 window.outerWidth = 800px
19 window.innerWidth = 980px 21 window.innerWidth = 980px
20 @media width = 980px 22 @media width = 980px
21 doc.docElem.clientWidth = 980px 23 doc.docElem.clientWidth = 980px
22 doc.docElem.offsetWidth = 980px 24 doc.docElem.offsetWidth = 980px
23 doc.docElem.scrollWidth = 980px 25 doc.docElem.scrollWidth = 980px
24 doc.body.clientWidth = 980px 26 doc.body.clientWidth = 980px
25 doc.body.offsetWidth = 980px 27 doc.body.offsetWidth = 980px
26 doc.body.scrollWidth = 980px 28 doc.body.scrollWidth = 980px
27 Heights: 29 Heights:
28 @media device-height = 1000px 30 @media device-height = 600px
29 screen.height = 1000px 31 screen.height = 600px
30 screen.availHeight = 1000px 32 screen.availHeight = 600px
31 window.outerHeight = 1000px 33 window.outerHeight = 600px
32 window.innerHeight = 817px 34 window.innerHeight = 735px
33 @media height = 816px 35 @media height = 735px
34 doc.docElem.clientHeight = 1000px 36 doc.docElem.clientHeight = 1000px
35 doc.docElem.offsetHeight = 1000px 37 doc.docElem.offsetHeight = 1000px
36 doc.docElem.scrollHeight = 1000px 38 doc.docElem.scrollHeight = 1000px
37 doc.body.clientHeight = 816px 39 doc.body.clientHeight = 735px
38 doc.body.offsetHeight = 1000px 40 doc.body.offsetHeight = 1000px
39 doc.body.scrollHeight = 1000px 41 doc.body.scrollHeight = 1000px
42 measured radio: 13x13
43 measured checkbox: 13x13
40 44
41 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698