| Index: LayoutTests/svg/in-html/real-script-write.html
|
| diff --git a/LayoutTests/svg/in-html/script-write.html b/LayoutTests/svg/in-html/real-script-write.html
|
| similarity index 64%
|
| copy from LayoutTests/svg/in-html/script-write.html
|
| copy to LayoutTests/svg/in-html/real-script-write.html
|
| index 8f1de35ffeb86c04a5a5269fd9007c80efa8a7a5..9e0f1d2596549a89191a1e11dc0ed8f99c266e6c 100644
|
| --- a/LayoutTests/svg/in-html/script-write.html
|
| +++ b/LayoutTests/svg/in-html/real-script-write.html
|
| @@ -7,14 +7,12 @@
|
| </script>
|
| </head>
|
| <body>
|
| -<!-- Makes sure the insertion point is at the end of the running script.
|
| -Test passes if written script runs before second inline script. -->
|
| <div id="console"></div>
|
| <svg>
|
| <g>
|
| <rect id="test">
|
| <script>
|
| - document.write('<script>debug("written script ran!");</script>');
|
| + document.write('<scr' + 'ipt>debug("written script ran!");</scr' + 'ipt>');
|
| </script>
|
| <script>
|
| debug("second inline script ran!");
|
|
|