https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 28d29ddecdcc7f541126241a6c99530b3689ca7d authored by Ryan VanderMeulen on 29 June 2015, 15:32:20 UTC
No bug - Pin mozharness.json to mozilla-b2g37_v2_2 rather than tracking a specific revision since the branch is only receiving targeted landings. a=test-only
Tip revision: 28d29dd
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