Skip to content

Commit 6b5aee2

Browse files
committed
Avoid Firefox test failure
It fixes test: accessible/tests/mochitest/elm/test_HTMLSpec.html
1 parent e0783cd commit 6b5aee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
</head>
9999

100100
<body tabindex="0">
101-
<span id="viewer-alert" class="visuallyHidden" role="alert"></span>
102101
<div id="outerContainer">
102+
<span id="viewer-alert" class="visuallyHidden" role="alert"></span>
103103

104104
<div id="sidebarContainer">
105105
<div id="toolbarSidebar" class="toolbarHorizontalGroup">

0 commit comments

Comments
 (0)