<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>attribute whitelist tests</title>
</head>
<body>
<!--
<p foo="bar">hello world</p>
<p foo='bar'>hello world</p>
<p foo=bar>hello world</p>
<p foobar>hello world</p>
<p foo bar>hello world</p>
<p "foobar">hello world</p>
-->
<p title="foo">hello world</p>
<p title='foo'>hello world</p>
<p title=foo>hello world</p>
<p>
<textarea rows="5" cols="5" disabled>hello world</textarea>
<textarea rows="5" cols="5" disabled readonly>hello world</textarea>
</p>
</body>
</html>