Do not access any object in the destructor and only delete animators in the destructor.
[framework/web/webkit-efl.git] / LayoutTests / svg / hittest / svg-small-viewbox-expected.txt
1 Test for bug 34714 - onclick is not reliable for transformed SVG elements. This test checks that elementFromPoint() works correctly with an SVG rect element (green) defined within a 1x1 viewbox.
2
3 On success, you will see a series of "PASS" messages
4
5 PASS  rect contains point @ 1, 1
6 PASS  rect contains point @ 1, 399
7 PASS  rect contains point @ 399, 1
8 PASS  rect contains point @ 399, 399
9 PASS  rect contains point @ 200, 200
10 PASS  rect does not contain point @ 1, 401
11 PASS  rect does not contain point @ 401, 1
12 PASS  rect does not contain point @ 401, 401
13 PASS  rect does not contain point @ -1, -1
14