| Index: LayoutTests/fast/table/table-cell-split.html
|
| diff --git a/LayoutTests/fast/table/table-cell-split.html b/LayoutTests/fast/table/table-cell-split.html
|
| index 8dedb14a897020a7c627ee8566400c3bd8ed2b89..f64243f365b3180128d349e0be24e8f16ae8de26 100644
|
| --- a/LayoutTests/fast/table/table-cell-split.html
|
| +++ b/LayoutTests/fast/table/table-cell-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('td'));
|
| -td = document.createElement('td');
|
| -test.appendChild(td);
|
| -document.body.offsetTop;
|
| -test.insertBefore(document.createElement('div'), td);
|
| -</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('td'));
|
| +td = document.createElement('td');
|
| +test.appendChild(td);
|
| +document.body.offsetTop;
|
| +test.insertBefore(document.createElement('div'), td);
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|