OLD | NEW |
| 1 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not
a function |
| 2 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not
a function |
| 3 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not
a function |
| 4 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not
a function |
| 5 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not
a function |
| 6 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not
a function |
1 Tests that form controls are rendered with correct theme. See crbug.com/591315. | 7 Tests that form controls are rendered with correct theme. See crbug.com/591315. |
2 | 8 |
3 Radio | 9 Radio |
4 Checkbox | 10 Checkbox |
5 Page reloaded. | 11 Page reloaded. |
6 Emulating device: 800x600x1 viewport='none' | 12 Emulating device: 800x600x1 viewport='none' |
7 Device: | 13 Device: |
8 window.screenX = 0px | 14 window.screenX = 0px |
9 window.screenY = 0px | 15 window.screenY = 0px |
10 Viewport: = ?none | 16 Viewport: = ?none |
(...skipping 25 matching lines...) Expand all Loading... |
36 doc.docElem.clientHeight = 1000px | 42 doc.docElem.clientHeight = 1000px |
37 doc.docElem.offsetHeight = 1000px | 43 doc.docElem.offsetHeight = 1000px |
38 doc.docElem.scrollHeight = 1000px | 44 doc.docElem.scrollHeight = 1000px |
39 doc.body.clientHeight = 735px | 45 doc.body.clientHeight = 735px |
40 doc.body.offsetHeight = 1000px | 46 doc.body.offsetHeight = 1000px |
41 doc.body.scrollHeight = 1000px | 47 doc.body.scrollHeight = 1000px |
42 measured radio: 13x13 | 48 measured radio: 13x13 |
43 measured checkbox: 13x13 | 49 measured checkbox: 13x13 |
44 | 50 |
45 | 51 |
OLD | NEW |