Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / automation / tests / tabs / sanity_check.js
index 4667fc9..5d495cd 100644 (file)
@@ -19,6 +19,7 @@ var allTests = [
       {enabled: true, focusable: true, readOnly: true},
       rootNode.state);
     var children = rootNode.children();
+    assertEq(RoleType.rootWebArea, rootNode.role);
     assertEq(1, children.length);
     var body = children[0];
     assertEq('body', body.attributes.htmlTag);