Skip to content

Commit

Permalink
Infrastructure: Finish attribute tests for toolbar example (pull #1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut authored Nov 8, 2020
1 parent 1b2ae58 commit 69e09e1
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 32 deletions.
4 changes: 2 additions & 2 deletions examples/toolbar/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ <h3 id="rps_label_2">Toggle Buttons (Bold, Italic, Underline)</h3>
<td><code>button</code></td>
<td>Indicates the button is a toggle and that the styling controlled by the button has <strong>NOT</strong> been applied.</td>
</tr>
<tr data-test-id="toolbar-button-aria-hidden">
<tr data-test-id="toolbar-aria-hidden">
<td></td>
<th scope="row"><code>aria-hidden="true"</code></th>
<td><code>span</code></td>
Expand Down Expand Up @@ -699,7 +699,7 @@ <h3 id="rps_label_3">Radio Group (Text Alignment)</h3>
</ul>
</td>
</tr>
<tr data-test-id="toolbar-radio-aria-hidden">
<tr data-test-id="toolbar-aria-hidden">
<td></td>
<th scope="row"><code>aria-hidden="true"</code></th>
<td><code>span</code></td>
Expand Down
Loading

0 comments on commit 69e09e1

Please sign in to comment.