| Index: LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
|
| diff --git a/LayoutTests/fast/table/border-collapsing/cached-69296.html b/LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
|
| similarity index 53%
|
| copy from LayoutTests/fast/table/border-collapsing/cached-69296.html
|
| copy to LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
|
| index 4bcd0ddb6e2bef79b2868ad760cf1dd80f7c7aa4..a976d8906f7c795fc4ab0eeaac1a61f363e0c156 100644
|
| --- a/LayoutTests/fast/table/border-collapsing/cached-69296.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/cached-69296-expected.html
|
| @@ -4,7 +4,6 @@ Collapsed borders should not disappear.
|
| -->
|
| <html>
|
| <head>
|
| - <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <style>
|
| BODY {
|
| margin: 20px;
|
| @@ -17,27 +16,9 @@ Collapsed borders should not disappear.
|
| height: 50px;
|
| border: 1px solid #333333;
|
| }
|
| - #row1:hover {
|
| - background-color: #ddd;
|
| - color: #111;
|
| - }
|
| </style>
|
| - <head>
|
| - <script type="text/javascript">
|
| - function repaintTest() {
|
| - row = document.getElementById('row1');
|
| - rowRect = row.getBoundingClientRect();
|
| - x = rowRect.left + 75;
|
| - y = rowRect.top;
|
| - document.body.offsetTop;
|
| - if (window.eventSender) {
|
| - eventSender.mouseMoveTo(x, y + 1);
|
| - eventSender.mouseMoveTo(x, y - 1);
|
| - }
|
| - }
|
| - </script>
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| + <body>
|
| <table>
|
| <tr id="row1">
|
| <td valign="top"/>
|
|
|