| Index: LayoutTests/paint/invalidation/spv2/table-outer-border-expected.html
|
| diff --git a/LayoutTests/fast/repaint/table-outer-border.html b/LayoutTests/paint/invalidation/spv2/table-outer-border-expected.html
|
| similarity index 54%
|
| copy from LayoutTests/fast/repaint/table-outer-border.html
|
| copy to LayoutTests/paint/invalidation/spv2/table-outer-border-expected.html
|
| index bafdb2f6335a7152e59c42fdc55ec41b62ae14a1..61bcb3b56e96f649c6ab260aa148e1eedc722887 100644
|
| --- a/LayoutTests/fast/repaint/table-outer-border.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/table-outer-border-expected.html
|
| @@ -8,29 +8,14 @@
|
| }
|
|
|
| table td {
|
| - border: 15px solid red;
|
| + border: 15px solid green;
|
| background-color: green;
|
| height: 50px;
|
| width: 100px;
|
| }
|
| -
|
| - table.green td {
|
| - border-color: green;
|
| - }
|
| </style>
|
| - <script src="resources/text-based-repaint.js"></script>
|
| - <script>
|
| - function repaintTest()
|
| - {
|
| - var container = document.getElementById('container');
|
| - var table = document.getElementById('table');
|
| - var newTable = table.cloneNode(true);
|
| - newTable.className = "green";
|
| - container.replaceChild(newTable, table);
|
| - }
|
| - </script>
|
| </head>
|
| -<body onload="runRepaintTest();">
|
| +<body">
|
| <div id="container" style="width: 500px;">
|
| <table id="table">
|
| <tr>
|
|
|