mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Tests/LibWeb: Test hit testing in XML .svg files does not crash
This commit is contained in:
parent
4843100650
commit
bbba484a7e
2 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<svg fill="#000000" height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
viewBox="0 0 473.486 473.486" xml:space="preserve">
|
||||
<polygon id="star" points="473.486,182.079 310.615,157.952 235.904,11.23 162.628,158.675 0,184.389 117.584,299.641 91.786,462.257
|
||||
237.732,386.042 384.416,460.829 357.032,298.473 "/>
|
||||
<script>
|
||||
window.addEventListener("load", () => {
|
||||
// Note: This test _must_ be in a .svg file!
|
||||
internals.hitTest(400, 400);
|
||||
// Did not crash!
|
||||
internals.signalTextTestIsDone();
|
||||
});
|
||||
</script>
|
||||
</svg>
|
After Width: | Height: | Size: 668 B |
Loading…
Add table
Add a link
Reference in a new issue