| Index: LayoutTests/fast/table/table-section-split.html
|
| diff --git a/LayoutTests/fast/table/table-section-split.html b/LayoutTests/fast/table/table-section-split.html
|
| index eb79cda0dc0bb6cfa26a2ed42453c3c9ccee2430..0a0a7d9409774d2f8c611a8f736cb20fe7273307 100644
|
| --- a/LayoutTests/fast/table/table-section-split.html
|
| +++ b/LayoutTests/fast/table/table-section-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('thead'));
|
| -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('thead'));
|
| +tr = document.createElement('tr');
|
| +test.appendChild(tr);
|
| +document.body.offsetTop;
|
| +test.insertBefore(document.createElement('div'), tr);
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|