summaryrefslogtreecommitdiffstats
path: root/editor/spellchecker/tests/bug1204147_subframe.html
blob: a9b1225cd9de6923d1394df63a715fdd68c5c1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<textarea id="en-GB" lang="en-GB">element en-GB</textarea>
<textarea id="en-US" lang="testing-XX">element should default to en-US</textarea>

<div id="trouble-maker" contenteditable>the presence of this div triggers the faulty code path</div>
</body>
</html>