mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +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
24
editor/reftests/readwrite-editable.html
Normal file
24
editor/reftests/readwrite-editable.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
:-moz-read-write + span {
|
||||
display: none;
|
||||
}
|
||||
span {
|
||||
color: transparent; /* workaround for bug 617524 */
|
||||
outline: 1px solid green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body contenteditable>
|
||||
<input><span>hide me</span>
|
||||
<input readonly><span>hide me</span>
|
||||
<input type=password><span>hide me</span>
|
||||
<input type=password readonly><span>hide me</span>
|
||||
<input type=email><span>hide me</span>
|
||||
<input type=email readonly><span>hide me</span>
|
||||
<textarea></textarea><span>hide me</span>
|
||||
<textarea readonly></textarea><span>hide me</span>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue