1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
3 <svg version=
"1.1" baseProfile=
"basic" xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" id=
"svg-root" width=
"100%" height=
"100%" onload=
"runTest()">
4 <script type=
"text/ecmascript"><![CDATA[
5 function testPanUp(y) {
6 eventSender.mouseMoveTo(
50,
50);
7 eventSender.mouseDown(
0, ['shiftKey']);
8 eventSender.mouseMoveTo(
50,
50 - y);
12 if (window.eventSender) {
16 alert(
"Please use run-webkit-tests.");
20 <rect x=
"-1000" y=
"-1000" width=
"5000" height=
"5000" fill=
"red" />
21 <rect x=
"50" y=
"50" width=
"20" height=
"20" fill=
"green" />