| Index: third_party/WebKit/LayoutTests/fast/repaint/table-row.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-row.html b/third_party/WebKit/LayoutTests/fast/repaint/table-row.html
|
| deleted file mode 100644
|
| index 2ea6aa1b1fd8d3077592811d4b2fa87907f6f968..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-row.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <title>Test for http://bugs.webkit.org/show_bug.cgi?id=14056</title>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - function repaintTest()
|
| - {
|
| - var div = document.getElementById("target");
|
| - div.className = "green";
|
| - }
|
| - </script>
|
| - <style>
|
| - tr {
|
| - background-color: red;
|
| - }
|
| -
|
| - td {
|
| - width: 100px;
|
| - height: 100px;
|
| - }
|
| -
|
| - .green {
|
| - background-color:green;
|
| - min-height: 500px;
|
| - }
|
| - </style>
|
| -</head>
|
| -<body onload="runRepaintAndPixelTest()">
|
| - <table>
|
| - <tr id="target">
|
| - <td>
|
| - </td>
|
| - </tr>
|
| - </table>
|
| -</body>
|
| -</html>
|
|
|