Sha256: 6873f2f41a4d46d2048451856836a10417814fb62c085f95ef3b5b857b72e86d
Contents?: true
Size: 503 Bytes
Versions: 4
Compression:
Stored size: 503 Bytes
Contents
<!doctype html> <html> <head> <title>Attributes test</title> </head> <body> <!-- Normal attributes --> <button id="test0" class="value0" title="value1">class="value0" title="value1"</button> <!-- Attributes with no quotes or value --> <button id="test1" class=value2 disabled>class=value2 disabled</button> <!-- Attributes with no space between them. No valid, but accepted by the browser --> <button id="test2" class="value4"title="value5">class="value4"title="value5"</button> </body> </html>
Version data entries
4 entries across 4 versions & 3 rubygems