| Index: LayoutTests/fast/table/table-row-split.html
|
| diff --git a/LayoutTests/fast/table/table-row-split.html b/LayoutTests/fast/table/table-row-split.html
|
| index 708b908d17442eade69b9030dd52b22a4d964113..d1ed21df3e7902f80f2b04a18ba07b0758d2466d 100644
|
| --- a/LayoutTests/fast/table/table-row-split.html
|
| +++ b/LayoutTests/fast/table/table-row-split.html
|
| @@ -1,15 +1,15 @@
|
| -<!DOCTYPE html>
|
| -<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
|
| -<body>
|
| -<script>
|
| -document.body.offsetTop;
|
| -test = document.createElement('div');
|
| -document.body.appendChild(test)
|
| -test.appendChild(document.createElement('tr'));
|
| -tr = document.createElement('tr');
|
| -test.appendChild(tr);
|
| -document.body.offsetTop;
|
| -test.insertBefore(document.createElement('div'), tr);
|
| -</script>
|
| -</body>
|
| -</html>
|
| +<!DOCTYPE html>
|
| +<html style="font-family: ahem; font-size: 50px; -webkit-font-smoothing: none;">
|
| +<body>
|
| +<script>
|
| +document.body.offsetTop;
|
| +test = document.createElement('div');
|
| +document.body.appendChild(test)
|
| +test.appendChild(document.createElement('tr'));
|
| +tr = document.createElement('tr');
|
| +test.appendChild(tr);
|
| +document.body.offsetTop;
|
| +test.insertBefore(document.createElement('div'), tr);
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|