| Index: third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide.html b/third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide.html
|
| index 26392dcde04d0daff449a3a85e4471ca5e0411e0..8ab8df751acddabfbe74d21cf64b17d90d072298 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide.html
|
| @@ -6,6 +6,7 @@
|
| <link rel="prev" href="backgr_layers-show.html" title="Background Layers: empty-cell: show">
|
| <link rel="contents" href="./backgr_indxe.html" title="Table of Contents">
|
| <link rel="stylesheet" type="text/css" href="resources/common.css">
|
| +<script src="resources/wait-for-onload.js"></script>
|
| <style type="text/css">
|
| table {background: blue; empty-cells: hide}
|
| tbody, thead {background: url(resources/edge.gif) right top no-repeat}
|
|
|