| OLD | NEW |
| 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 Emulating device: 800x600x1 | 2 Emulating device: 800x600x1 |
| 3 Loading page with viewport=none | 3 Loading page with viewport=none |
| 4 Device: | 4 Device: |
| 5 window.screenX = 0px | 5 window.screenX = 0px |
| 6 window.screenY = 0px | 6 window.screenY = 0px |
| 7 Viewport: = ?none | 7 Viewport: = ?none |
| 8 @media orientation = landscape | 8 @media orientation = landscape |
| 9 window.orientation = 0 | 9 window.orientation |
| 10 @media resolution = 96dpi | 10 @media resolution = 96dpi |
| 11 @media device-pixel-ratio = 1 | 11 @media device-pixel-ratio = 1 |
| 12 window.devicePixelRatio = 1 | 12 window.devicePixelRatio = 1 |
| 13 Widths: | 13 Widths: |
| 14 @media device-width = 800px | 14 @media device-width = 800px |
| 15 screen.width = 800px | 15 screen.width = 800px |
| 16 screen.availWidth = 800px | 16 screen.availWidth = 800px |
| 17 window.outerWidth = 800px | 17 window.outerWidth = 800px |
| 18 window.innerWidth = 980px | 18 window.innerWidth = 980px |
| 19 @media width = 980px | 19 @media width = 980px |
| (...skipping 12 matching lines...) Expand all Loading... |
| 32 @media height = 735px | 32 @media height = 735px |
| 33 doc.docElem.clientHeight = 1000px | 33 doc.docElem.clientHeight = 1000px |
| 34 doc.docElem.offsetHeight = 1000px | 34 doc.docElem.offsetHeight = 1000px |
| 35 doc.docElem.scrollHeight = 1000px | 35 doc.docElem.scrollHeight = 1000px |
| 36 doc.body.clientHeight = 735px | 36 doc.body.clientHeight = 735px |
| 37 doc.body.offsetHeight = 1000px | 37 doc.body.offsetHeight = 1000px |
| 38 doc.body.scrollHeight = 1000px | 38 doc.body.scrollHeight = 1000px |
| 39 measured radio: 13x13 | 39 measured radio: 13x13 |
| 40 measured checkbox: 13x13 | 40 measured checkbox: 13x13 |
| 41 | 41 |
| OLD | NEW |