gecko-dev/layout/reftests/native-theme/scroll-thumb-minimum-size-notheme-ref.html
Mats Palmgren 9d353fa50b Bug 966240 - Remove support for <meta http-equiv="msthemecompatible" content="no">. r=dbaron
It appears that neither Chrome, Safari or Edge support this feature,
and it's causing web-compat issues for us, e.g. bug 1373417.

MozReview-Commit-ID: AP5LMgL6QmR
2017-06-16 17:17:22 +02:00

5 lines
162 B
HTML

<!DOCTYPE html>
<div style="width: 200px; height: 200px; overflow: scroll; -moz-appearance:none">
<div style="width: 100000px; height: 1000000px"></div>
</div>