Bug 230307. When cloning a <textarea>, preserve the current value just like we do...
commit8052df3b1fe71ebc2c8884add5bfa04603ffecf7
authorDomenic Denicola <d@domenic.me>
Thu, 15 Sep 2016 17:52:37 +0000 (15 13:52 -0400)
committerDomenic Denicola <d@domenic.me>
Thu, 15 Sep 2016 17:52:37 +0000 (15 13:52 -0400)
treef9483c0fcf89a941d7ec573705218983db221dac
parent4d0f8a070500b9c64216a4bc36d25bec7eadc803
Bug 230307.  When cloning a <textarea>, preserve the current value just like we do for <input>.  r=ehsan

The web platform test is just lifted wholesale from
<https://github.com/w3c/web-platform-tests/pull/3734>.
dom/html/HTMLTextAreaElement.cpp
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/html/semantics/forms/the-textarea-element/cloning-steps.html [new file with mode: 0644]