| Index: LayoutTests/fast/text/text-shadow-extreme-value.html
|
| diff --git a/LayoutTests/fast/text/text-shadow-extreme-value.html b/LayoutTests/fast/text/text-shadow-extreme-value.html
|
| index 3530bc16c57069aa7212a0bcae82cadb1fc8c182..cb5c2f93b4fbd482df6405a4da246848cfdb5c84 100644
|
| --- a/LayoutTests/fast/text/text-shadow-extreme-value.html
|
| +++ b/LayoutTests/fast/text/text-shadow-extreme-value.html
|
| @@ -1,13 +1,16 @@
|
| <html>
|
| <head>
|
| <title>Test HTML Page</title>
|
| +<script src="../../resources/run-after-display.js"></script>
|
| <script>
|
| function test()
|
| {
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| - document.body.offsetTop;
|
| - testRunner.display();
|
| + testRunner.waitUntilDone();
|
| + runAfterDisplay(function() {
|
| + testRunner.notifyDone();
|
| + });
|
| }
|
| }
|
| </script>
|
|
|