gecko-dev/layout/reftests/meta-viewport
Hiroyuki Ikezoe 9db5bc51b8 Bug 1519013 - Shrink the content to display size if user has never changed the site resolution. r=botond
elementFromPoint-002.html, elementFromPoint-003.html and dialog-showModal.html
use document.elementFromPoint with a given point which is calculated from the
value returned by getBoundingClientRect() for a 100% width element.  Before
this change, the given point is outside of view because there is no viewport
meta tag in the documents so that elementFromPoint fails.  After this change, the
documents fit to the visual viewport so that elementFromPoint works as expected.

Differential Revision: https://phabricator.services.mozilla.com/D16155

--HG--
extra : moz-landing-system : lando
2019-03-28 03:04:59 +00:00
..
box-shadow.html
clamped-by-default-minimum-scale.html
dynamic-grow-width-and-height.html Bug 1519013 - Shrink the content to display size if user has never changed the site resolution. r=botond 2019-03-28 03:04:59 +00:00
dynamic-grow-width.html Bug 1519013 - Shrink the content to display size if user has never changed the site resolution. r=botond 2019-03-28 03:04:59 +00:00
horizontal-overflow-hidden-region-ref.html
horizontal-overflow-hidden-region.html
initial-scale-0_5-ref.html
initial-scale-0_25-ref.html
initial-scale-0.html
initial-scale-1.html
initial-scale-100.html
min-scale-aspect-ratio.html Bug 1525948 - Add a reftest. r=hiro 2019-02-16 10:05:48 +00:00
minimum-scale.html
no-scalable-with-minimum-scale-ref.html Bug 1525805 - Don't apply the minimum scale size if user-scalable=no is specified. r=botond 2019-02-20 10:04:30 +00:00
no-scalable-with-minimum-scale.html Bug 1525805 - Don't apply the minimum scale size if user-scalable=no is specified. r=botond 2019-02-20 10:04:30 +00:00
no-viewport.html
no-zoom-ref.html
not-able-to-scrollTo.html
overflow-hidden-region-dynamic-width-change.html Bug 1519013 - Shrink the content to display size if user has never changed the site resolution. r=botond 2019-03-28 03:04:59 +00:00
overflow-hidden-region-with-negative-left-positioned-element.html
overflow-hidden-region.html
overflow-region-ref.html
overflow-region.html
position-fixed-on-minimum-scale-size-ref.html
position-fixed-on-minimum-scale-size.html
position-fixed-out-of-view.html Bug 1527516 - Increase the content size in position-fixed-out-of-view.html to avoid bug 1527187. r=hiro 2019-02-16 22:11:24 +00:00
reftest.list Bug 1519013 - Shrink the content to display size if user has never changed the site resolution. r=botond 2019-03-28 03:04:59 +00:00
remove-overflow-hidden-region-ref.html Bug 1519013 - Shrink the content to display size if user has never changed the site resolution. r=botond 2019-03-28 03:04:59 +00:00
remove-overflow-hidden-region.html Bug 1519013 - Shrink the content to display size if user has never changed the site resolution. r=botond 2019-03-28 03:04:59 +00:00
scroll-to-unreachable-area-ref.html
scroll-to-unreachable-area.html
vertical-overflow-hidden-region.html
viewport-width.html
wrapped-text-at-icb-ref.html
wrapped-text-at-icb.html