Files
ladybird/Tests/LibWeb/Text/input/hit_testing/hit-testing-an-xml-svg-should-not-crash.svg
Aliaksandr Kalenik 394073f611 LibWeb: Rename internals.signalTextTestIsDone() to signalTestIsDone()
In upcoming change this function will be used for ref-tests as well.
2025-03-18 20:09:46 +01:00

15 lines
666 B
XML

<?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.signalTestIsDone("");
});
</script>
</svg>