| Index: LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html
|
| diff --git a/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html b/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html
|
| index a25a2e5a12e3f4513d059bf44348e54626717d22..56fc3b209b3fe8180b4367352aaf65e5ba0ad86f 100644
|
| --- a/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html
|
| +++ b/LayoutTests/fast/table/table-row-before-after-content-around-table-cell.html
|
| @@ -1,20 +1,20 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<body style="font-family: ahem; -webkit-font-smoothing: none;">
|
| -<style>
|
| -.tr { display: table-row; }
|
| -.td { display: table-cell; }
|
| -div.tr:before { content: "A"; color: blue; }
|
| -div.tr:after { content: "C"; color: orange; }
|
| -</style>
|
| -<body>
|
| -<div>
|
| -<div class="tr">
|
| -<div class="td" style="color: green">B</div>
|
| -</div>
|
| -</div>
|
| -<script>
|
| -document.body.style.fontSize = "100px";
|
| -</script>
|
| -</body>
|
| -</html>
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body style="font-family: ahem; -webkit-font-smoothing: none;">
|
| +<style>
|
| +.tr { display: table-row; }
|
| +.td { display: table-cell; }
|
| +div.tr:before { content: "A"; color: blue; }
|
| +div.tr:after { content: "C"; color: orange; }
|
| +</style>
|
| +<body>
|
| +<div>
|
| +<div class="tr">
|
| +<div class="td" style="color: green">B</div>
|
| +</div>
|
| +</div>
|
| +<script>
|
| +document.body.style.fontSize = "100px";
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|