Chromium Code Reviews| 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 e37bfcf9191b9f0ed4ed8fd27cd68e44cc79f96b..de669815c7cf4e080da80cd7235defbcf9daea6a 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 |
| @@ -7,6 +7,7 @@ |
| div.tr:before { content: "A"; color: blue; } |
| div.tr:after { content: "C"; color: orange; } |
| </style> |
| +<script src="../../resources/ahem.js"></script> |
| <body> |
| <div> |
| <div class="tr"> |