--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html Sat Apr 20 07:35:19 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html Sat Apr 20 08:24:34 2013 -0500
@@ -8,8 +8,9 @@
</title>
</head>
<body>
- <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content</div>
- <div id="obj1">obj1</div>
+ <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content
+ <div id="obj1">obj1</div>
+ </div>
<div id="obj2">obj2</div>
</body>
-</html>
\ No newline at end of file
+</html>