mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
8
dom/html/reftests/41464-1a.html
Normal file
8
dom/html/reftests/41464-1a.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Dynamic manipulation of textarea.wrap</title>
|
||||
<link rel=help href=http://www.whatwg.org/html5/#dom-textarea-wrap>
|
||||
<link rel=author title=Ms2ger href=mailto:ms2ger@gmail.com>
|
||||
<textarea wrap=off cols=20>01234567890 01234567890 01234567890</textarea>
|
||||
<script>
|
||||
document.getElementsByTagName("textarea")[0].wrap = "soft";
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue