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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698