| Index: LayoutTests/css3/masking/mask-repeat-space-content-expected.html
|
| diff --git a/LayoutTests/css3/masking/mask-repeat-space-content-expected.html b/LayoutTests/css3/masking/mask-repeat-space-content-expected.html
|
| index 834c843a1a3179822eef5c22c31f569e1acd57f0..88de813e47356c5a0a5e5e7910c8fca5e0ad41fe 100644
|
| --- a/LayoutTests/css3/masking/mask-repeat-space-content-expected.html
|
| +++ b/LayoutTests/css3/masking/mask-repeat-space-content-expected.html
|
| @@ -1,7 +1,6 @@
|
| <!DOCTYPE html>
|
| <html lang="en">
|
| <head>
|
| - <script src="../../resources/run-after-display.js"></script>
|
| <style>
|
| #back {
|
| width: 1000px;
|
| @@ -47,15 +46,6 @@
|
| <div id="back">
|
| <div id="front" />
|
| </div>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| -
|
| - runAfterDisplay(function() {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| - });
|
| - </script>
|
| </body>
|
| </html>
|
|
|
|
|