Skip to content

Commit

Permalink
Update CORE-AAM menuitem tests (web-platform-tests#38310)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut authored May 16, 2023
1 parent 7e61dd6 commit 62b35be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 84 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>menuitem not owned by or child of group</title>
<title>menuitem</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
Expand Down Expand Up @@ -59,14 +59,14 @@
"type" : "test"
}
],
"title" : "menuitem not owned by or child of group"
"title" : "menuitem"
}

) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for menuitem not owned by or child of group.</p>
<p>This test examines the ARIA properties for menuitem.</p>
<div role='menu'>
<div role='menuitem' id='test'>content</div>
</div>
Expand Down
81 changes: 0 additions & 81 deletions core-aam/menuitem_owned_by_or_child_of_group-manual.html

This file was deleted.

0 comments on commit 62b35be

Please sign in to comment.