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

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

Issue 2960023003: [DevTools] Migrate inspector-protocol/emulation tests to new harness (Closed)
Patch Set: Created 3 years, 5 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 Test that srcset does not use wrong image when override scalefactor and then dis abled. 1 Test that srcset does not use wrong image when override scalefactor and then dis abled.
2
3
4 Set deviceScaleFactor: 1 2 Set deviceScaleFactor: 1
5 Reloading Page 3 Reloading Page
6 4
7 Page reloaded. 5 Page reloaded.
8 6
9 Used Image: /resources/square.png 7 Used Image: /resources/square.png
10 Set deviceScaleFactor: 2 8 Set deviceScaleFactor: 2
11 Reloading Page 9 Reloading Page
12 10
13 Page reloaded. 11 Page reloaded.
14 12
15 Used Image: /resources/square200.png 13 Used Image: /resources/square200.png
16 Clear deviceScaleFactor 14 Clear deviceScaleFactor
17 Reloading Page 15 Reloading Page
18 16
19 Page reloaded. 17 Page reloaded.
20 18
21 Current image src equal initial image: Yes 19 Current image src equal initial image: Yes
22 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698