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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/huge-image-viewport-scale-expected.txt

Issue 2163953002: rebaseline huge-image-viewport-scale.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac doesn't use aura, needs an equivalent change Created 4 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 Tests huge image scaling when viewport is enabled. Requires DumpRenderTree. 1 Tests huge image scaling when viewport is enabled. Requires DumpRenderTree.
2 To manual test, open resources/5000x5000.png in a viewport-capable browser (e.g. on Android or enable viewport emulation in DevTools). 2 To manual test, open resources/5000x5000.png in a viewport-capable browser (e.g. on Android or enable viewport emulation in DevTools).
3 Passes if the image shinks to fit the width. 3 Passes if the image shinks to fit the width.
4 4
5 viewport meta: <meta name="viewport" content="width=device-width, minimum-scale= 0.1"> 5 viewport meta: <meta name="viewport" content="width=device-width, minimum-scale= 0.1">
6 image style: -webkit-user-select: none; max-width: 1000px; 6 image style: -webkit-user-select: none; cursor: zoom-in;
7 image actual width: 1000 7 image actual width: 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698