https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ba36715b3b9584b7746306c7709f0530c6f643a5 authored by ffxbld on 06 September 2018, 06:31:42 UTC
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
Tip revision: ba36715
textbox-overflow-1.xul
<?xml version="1.0"?>
<!-- bug 749658 - The cropped label should *not* cause a scroll bar to appear.
     If it does, the scrollbars in the testcase and reference will differ
     because the total scroll-overflow extent will be different. -->
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="left">
  <hbox width="150px" style="overflow: scroll">
    <label value="A very long label for a small item that should not trigger a scroll bar"
           width="120px" crop="right"/>
  </hbox>
</window>
back to top