mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
12 lines
304 B
HTML
12 lines
304 B
HTML
<!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>
|