| Index: LayoutTests/paint/invalidation/spv2/overflow-hidden-in-overflow-hidden-scrolled-expected.html
|
| diff --git a/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled.html b/LayoutTests/paint/invalidation/spv2/overflow-hidden-in-overflow-hidden-scrolled-expected.html
|
| similarity index 79%
|
| copy from LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled.html
|
| copy to LayoutTests/paint/invalidation/spv2/overflow-hidden-in-overflow-hidden-scrolled-expected.html
|
| index e9876d529c00cb98f4ed54d8691445f44679ea57..e8339bbf79b032d3caf3bcf09fe33895b33e85d1 100644
|
| --- a/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/overflow-hidden-in-overflow-hidden-scrolled-expected.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <link rel="stylesheet" href="resources/default.css">
|
| + <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
|
| <style>
|
| #outer {
|
| position: relative;
|
| @@ -30,17 +30,10 @@
|
| background-color: green;
|
| }
|
| </style>
|
| - <script src="resources/text-based-repaint.js"></script>
|
| <script>
|
| - function repaintTest()
|
| - {
|
| - window.location.hash = "#ucp";
|
| - }
|
| -
|
| function runTest()
|
| {
|
| document.getElementById("outer").scrollTop = 1000;
|
| - runRepaintTest();
|
| }
|
| </script>
|
| </head>
|
| @@ -50,7 +43,6 @@
|
| <div id="outer">
|
| <section>
|
| <div class="innerWrapper">
|
| - <div class="red"></div>
|
| <div id="ucp" class="green"></div>
|
| </div>
|
| </section>
|
|
|