summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/attributes/spellcheck/value-isvalid.html
blob: 2ce71c581b23aaa63da1405283dc0e869709e243 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>valid spellcheck</title>
</head>
<body>
<p spellcheck="true"></p>
<p spellcheck="false"></p>
</body>
</html>