blob: 1a5359280433b7d0215eaacdeed48a12235b7618 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Plain <div> with role "log" and no states or properties</title>
</head>
<body>
<div role="log" id="test">Placeholder content</div>
</body>
</html>
|