mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
11 lines
334 B
HTML
11 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html class='reftest-wait'>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementById('t').value = '';
|
|
document.documentElement.className = '';">
|
|
<form novalidate>
|
|
<textarea id='t' required class='notinvalid'></textarea>
|
|
</form>
|
|
</body>
|
|
</html>
|