https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 56a44f24366557e5532147cf28cd14f306f47c46 authored by Mats Palmgren on 31 May 2012, 18:03:59 UTC
Bug 759788: hold a strong ref to the nsPluginInstanceOwner in DoStopPlugin to avoid crashes, r=bsmedberg, a=akeybl
Tip revision: 56a44f2
placeholder-overflow-textarea-ref.html
<!DOCTYPE html>
<html>
  <!--
    This test 'emulate' the placeholder by setting a style
    to the value of a textarea.
    This test may break if placeholder default style is changed.
  -->
  <link rel='stylesheet' type='text/css' href='placeholder-style.css'>

  <body>
    <textarea class="placeholder" cols="5" rows="3">my placeholder</textarea>
  </body>
</html>
back to top