| Index: third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
|
| similarity index 63%
|
| copy from third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
|
| copy to third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
|
| index 65551191126d2a7435cdf94303edf60f20e20dbe..df3560b5383fe6d1cd3308e7ef40772319653172 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/line-overflow.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/line-overflow-expected.html
|
| @@ -2,20 +2,11 @@
|
| "http://www.w3.org/TR/html4/strict.dtd">
|
| <html lang="en">
|
| <head>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| - <script type="text/javascript">
|
| - function repaintTest()
|
| - {
|
| - var target = document.getElementById('t');
|
| - target.style.borderTop = "30px solid blue";
|
| - target.style.margin = "0";
|
| - }
|
| - </script>
|
| <style type="text/css">
|
| - span#t { margin: 30px; }
|
| + span#t { margin: 0; border-top: 30px solid blue; }
|
| </style>
|
| </head>
|
| -<body onload="runRepaintTest();">
|
| +<body>
|
| <p>
|
| This is a test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9669">http://bugzilla.opendarwin.org/show_bug.cgi?id=9669</a>
|
| Incomplete repaint when changing an inline's border</i>.
|
|
|