| Index: LayoutTests/svg/text/tref-event-listener-crash.svg
|
| diff --git a/LayoutTests/svg/text/tref-event-listener-crash.svg b/LayoutTests/svg/text/tref-event-listener-crash.svg
|
| index 91de843538ecc28c9c45fe9beb2a5c565249a29f..c0f961854c7f8061e66b1824b47f17ee6d9857e5 100644
|
| --- a/LayoutTests/svg/text/tref-event-listener-crash.svg
|
| +++ b/LayoutTests/svg/text/tref-event-listener-crash.svg
|
| @@ -1,15 +1,15 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| -Test passes if it does not crash.
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="container">
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| -window.onload = function() {
|
| - document.getElementById("container").textContent = "1";
|
| -}
|
| -</script>
|
| -<desc id="test-desc"></desc>
|
| -<tref xlink:href="#test-desc"></tref>
|
| -</svg>
|
| -</html>
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| +Test passes if it does not crash.
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="container">
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +
|
| +window.onload = function() {
|
| + document.getElementById("container").textContent = "1";
|
| +}
|
| +</script>
|
| +<desc id="test-desc"></desc>
|
| +<tref xlink:href="#test-desc"></tref>
|
| +</svg>
|
| +</html>
|
|
|