does not make sense for a static landmark to *control* something; changing these test cases to use button role, and updating the harness.
--- a/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1 obj2.html Tue Apr 02 13:10:36 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1 obj2.html Tue Apr 02 15:27:53 2013 -0700
@@ -3,11 +3,11 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><div> with role main; global state or property "aria-controls" value of "obj1 obj2"</title>
+ <title><div> with role button; global state or property "aria-controls" value of "obj1 obj2"</title>
</head>
<body>
- <div id="test" role="main" aria-controls="obj1 obj2">Placeholder content</div>
- <div id="obj1">obj1</div>
- <div id="obj2">obj2</div>
+ <div id="test" role="button" aria-controls="obj1 obj2">Placeholder content</div>
+ <div id="obj1" role="navigation">obj1</div>
+ <div id="obj2" role="contentinfo">obj2</div>
</body>
</html>
\ No newline at end of file
--- a/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1.html Tue Apr 02 13:10:36 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-controls-obj1.html Tue Apr 02 15:27:53 2013 -0700
@@ -3,11 +3,11 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><div> with role main; global state or property "aria-controls" value of "obj1"</title>
+ <title><div> with role button; global state or property "aria-controls" value of "obj1"</title>
</head>
<body>
- <div id="test" role="main" aria-controls="obj1">Placeholder content</div>
- <div id="obj1">obj1</div>
+ <div id="test" role="button" aria-controls="obj1">Placeholder content</div>
+ <div id="obj1" role="navigation">obj1</div>
<div id="obj2">obj2</div>
</body>
</html>
\ No newline at end of file