Bug 1299748 - Fix typo in test_tabindex.html. r=heycam

MozReview-Commit-ID: 6OT3jqbyJSx

--HG--
extra : rebase_source : b5e98c923e89e4da45f43408bc30345c8f0d6e9d
This commit is contained in:
Daosheng Mu 2016-09-01 16:53:18 +08:00
parent 2c7b7b622f
commit 6bafa12163

View File

@ -14,7 +14,7 @@
<p>Here is a paragraph that requires word wrap</p>
</body>
</foreignObject>
<rect id="r" x="0" y="70" width="100" height="100" fill="yellow" tabIndex="1"/>
<rect id="r" x="0" y="70" width="100" height="100" fill="yellow" tabindex="1"/>
<text id="t" x="0" y="200" tabindex="2">
This is SVG text
</text>