Sites with both width=device-width and height=device-height load zoomed out
Created attachment 250855 [details] Patch
Comment on attachment 250855 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250855&action=review > Source/WebCore/page/ViewportConfiguration.cpp:122 > + if (m_viewportArguments.height == ViewportArguments::ValueDeviceHeight && m_viewportArguments.width != ViewportArguments::ValueDeviceWidth) We should be even more aggressive. Where are the tests? ;)
Created attachment 250883 [details] Patch
(In reply to comment #2) > Comment on attachment 250855 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=250855&action=review > > > Source/WebCore/page/ViewportConfiguration.cpp:122 > > + if (m_viewportArguments.height == ViewportArguments::ValueDeviceHeight && m_viewportArguments.width != ViewportArguments::ValueDeviceWidth) > > We should be even more aggressive. OK! Done. > Where are the tests? ;) Hopefully we can have tests soon, after WKTR uses WKWebView always.
http://trac.webkit.org/changeset/182910
<rdar://problem/20369671>