--- 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);