| Index: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f43ec9b71cfc5da00d28a584e2fb3c9931817e0e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-scale-not-persistant-expected.txt
|
| @@ -0,0 +1,22 @@
|
| +Test that srcset does not use wrong image when override scalefactor and then disabled.
|
| +
|
| +
|
| +Set deviceScaleFactor: 1
|
| +Reloading Page
|
| +
|
| +Page reloaded.
|
| +
|
| +Used Image: /resources/square.png
|
| +Set deviceScaleFactor: 2
|
| +Reloading Page
|
| +
|
| +Page reloaded.
|
| +
|
| +Used Image: /resources/square200.png
|
| +Clear deviceScaleFactor
|
| +Reloading Page
|
| +
|
| +Page reloaded.
|
| +
|
| +Current image src equal initial image: Yes
|
| +
|
|
|