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

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

Issue 1638953002: [DevTools] Migrate device-emulation tests from OverridesSupport to inspector-protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
(Empty)
1 Tests that overriding only a single parameter does not affect others.
2
3
4 Running test: collectMetrics
5
6 Running test: noOverrides
7 [PASS]
8
9 Running test: width
10 [PASS]: width=300
11
12 Running test: height
13 [PASS]: height=400
14
15 Running test: deviceScaleFactor1
16 [PASS]: deviceScaleFactor=1
17
18 Running test: deviceScaleFactor2
19 [PASS]: deviceScaleFactor=2
20
21 Running test: clear
22 [PASS]
23
24 Running test: anotherWidth
25 [PASS]: width=400
26
27 Running test: anotherHeight
28 [PASS]: height=300
29
30 Running test: deviceScaleFactor3
31 [PASS]: deviceScaleFactor=3
32
33 Running test: clear
34 [PASS]
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698