mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
11 lines
304 B
HTML
11 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>
|