Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / autofocus-02b.svg
blob5c429900dfc91b41c511666fa9014d265035ca90
1 <svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
2 <rect width="100%" height="100%" fill="lime"/>
3 <!-- need href for autofocus to work -->
4 <a autofocus="true">
5 <rect x="10" y="10" width="300" height="90" fill="lime"/>
6 </a>
7 <style>
8 a:focus { outline: 2px solid blue; }
9 </style>
10 </svg>