зеркало из https://github.com/mozilla/pjs.git
11 строки
335 B
HTML
11 строки
335 B
HTML
<!DOCTYPE html>
|
|
<html class='reftest-wait'>
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementById('t').value = 'foo';
|
|
document.documentElement.className = '';">
|
|
<form novalidate>
|
|
<textarea id='t' required class='notvalid'></textarea>
|
|
</form>
|
|
</body>
|
|
</html>
|