Skip to content

Commit

Permalink
Core-AAM: Fix copy-and-paste error in two tests (web-platform-tests#7591
Browse files Browse the repository at this point in the history
)

The wrong role was being used on two tests as a result of an uncaught
copy-and-paste error.
  • Loading branch information
joanmarie authored and halindrome committed Oct 5, 2017
1 parent 3909b35 commit 69a5511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-aam/aria-valuenow_value_changes-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</head>
<body>
<p>This test examines the ARIA properties for aria-valuenow value changes.</p>
<div role='checkbox' id='test'>content</div>
<div role='slider' id='test'>content</div>

<div id="manualMode"></div>
<div id="log"></div>
Expand Down
2 changes: 1 addition & 1 deletion core-aam/aria-valuetext_value_changes-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</head>
<body>
<p>This test examines the ARIA properties for aria-valuetext value changes.</p>
<div role='checkbox' id='test'>content</div>
<div role='slider' id='test'>content</div>

<div id="manualMode"></div>
<div id="log"></div>
Expand Down

0 comments on commit 69a5511

Please sign in to comment.