| Index: LayoutTests/fast/table/table-captions-child-visible-crash.html
|
| diff --git a/LayoutTests/fast/table/table-captions-child-visible-crash.html b/LayoutTests/fast/table/table-captions-child-visible-crash.html
|
| index 978fe2fca415db4eff9d1bd96fc8f8fd4e56be4d..29c754272b09b3feb9787ac51fde03d1f84b112c 100644
|
| --- a/LayoutTests/fast/table/table-captions-child-visible-crash.html
|
| +++ b/LayoutTests/fast/table/table-captions-child-visible-crash.html
|
| @@ -1,17 +1,17 @@
|
| -<html>
|
| - <body>
|
| - Test passes if it does not crash.
|
| - <div style="visibility: collapse;">
|
| - <table>
|
| - <caption></caption>
|
| - <caption>
|
| - <span style="visibility: visible;"></span>
|
| - </caption>
|
| - </table>
|
| - </div>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - </script>
|
| - </body>
|
| -</html>
|
| +<html>
|
| + <body>
|
| + Test passes if it does not crash.
|
| + <div style="visibility: collapse;">
|
| + <table>
|
| + <caption></caption>
|
| + <caption>
|
| + <span style="visibility: visible;"></span>
|
| + </caption>
|
| + </table>
|
| + </div>
|
| + <script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|