| Index: LayoutTests/fast/table/multiple-captions-crash2.xhtml
|
| diff --git a/LayoutTests/fast/table/multiple-captions-crash2.xhtml b/LayoutTests/fast/table/multiple-captions-crash2.xhtml
|
| index c4fd62797b3c8a2f27b03f2680b7a86cdddb5145..92b0c63e6277fc64db0d499de29ebb83291364dc 100644
|
| --- a/LayoutTests/fast/table/multiple-captions-crash2.xhtml
|
| +++ b/LayoutTests/fast/table/multiple-captions-crash2.xhtml
|
| @@ -1,30 +1,30 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| - <script type="text/javascript">
|
| - function runTest()
|
| - {
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - test = document.getElementById("test");
|
| - test2 = document.getElementById("test2");
|
| - inp = document.createElement("input");
|
| -
|
| - document.body.offsetTop;
|
| - test.appendChild(inp);
|
| - test2.appendChild(inp);
|
| - document.body.offsetTop;
|
| - }
|
| - </script>
|
| - <body onload="runTest()">
|
| - Test passes if it does not crash.
|
| - <caption>Text in caption 1</caption>
|
| - <caption id="test">
|
| - <a>Text in caption 2</a>
|
| - </caption>
|
| - <caption>
|
| - <div id="test2">
|
| - <a>Text in caption 3</a>
|
| - </div>
|
| - </caption>
|
| - </body>
|
| -</html>
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| + <script type="text/javascript">
|
| + function runTest()
|
| + {
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +
|
| + test = document.getElementById("test");
|
| + test2 = document.getElementById("test2");
|
| + inp = document.createElement("input");
|
| +
|
| + document.body.offsetTop;
|
| + test.appendChild(inp);
|
| + test2.appendChild(inp);
|
| + document.body.offsetTop;
|
| + }
|
| + </script>
|
| + <body onload="runTest()">
|
| + Test passes if it does not crash.
|
| + <caption>Text in caption 1</caption>
|
| + <caption id="test">
|
| + <a>Text in caption 2</a>
|
| + </caption>
|
| + <caption>
|
| + <div id="test2">
|
| + <a>Text in caption 3</a>
|
| + </div>
|
| + </caption>
|
| + </body>
|
| +</html>
|
|
|