Tweak failure messages some more
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 07 Sep 2011 09:23:42 -0600
changeset 565 d5bd7f8ede9e
parent 564 51939d7ab7bc
child 566 f221bc549d33
Tweak failure messages some more

Reported-By: timeless
Report-URL: http://krijnhoetmer.nl/irc-logs/whatwg/20110907#l-541
conformancetest/runtest.html
--- a/conformancetest/runtest.html	Wed Sep 07 08:57:09 2011 -0600
+++ b/conformancetest/runtest.html	Wed Sep 07 09:23:42 2011 -0600
@@ -67,11 +67,11 @@
 
 		// Check for attributes
 		assert_equals(testDiv.attributes.length, 1,
-			'Wrapper div must have only one attribute (contenteditable=""), but has more: ' +
+			'Wrapper div must have only one attribute (<div contenteditable="">), but has more: ' +
 			formatStartTag(testDiv));
 
 		assert_equals(document.body.attributes.length, 0,
-			"Body element must have no attributes, but doesn't: " +
+			"Body element must have no attributes (<body>), but has more: " +
 			formatStartTag(document.body));
 
 		normalizeSerializedStyle(testDiv);