nashorn/test/script/markdown/nested-blockquote.js.EXPECTED
author poonam
Wed, 28 May 2014 06:26:05 -0700
changeset 24827 82b56982e1af
parent 22371 e6b607104dc6
permissions -rw-r--r--
8043086: Hotspot is expected to report OOM which is occurred String.intern(), but crashes in JDK8u5 Summary: In case of allocation failure, restore the value of _chunk in Arena Reviewed-by: dholmes, dcubed

<blockquote>
  <p>This is a multi line blockquote test</p>
  
  <blockquote>
    <p>And nesting!</p>
  </blockquote>
  
  <p>With more than one line.</p>
</blockquote>