Native Scrollbar Test
This tests a browser's ability to show a native scrollbar within an SVG
foreignObject container.
Expected Behaviour
There should be a red square in the background.
A vertical scrollbar runs across the square.
The scrollbar can be manipulated using the mouse.
Observed Behaviour
- Firefox 10.0 (OS X)
- Correct rendering.
- Correct interaction.
- Chrome 17.0 (OS X) -- Issue 116908
- Correct rendering.
- Scrollbar may not be manipulated where it crosses the red square. The square appears to eat the mouse events.
- Safari 5.1 (OS X) -- Issue 10990268
- The red square is drawn in front of the scrollbar.
- Scrollbar may not be manipulated where it crosses the red square.
- Opera 10.0 (OS X) -- Issue DSK-358786
- Correct rendering.
- Scrollbar may not be manipulated at all.
- IE 9.0 (Win 7)
- No scrollbar rendered.
- No scrollbar interaction.