Index: LayoutTests/fast/table/simple_paint.html |
diff --git a/LayoutTests/fast/table/simple_paint.html b/LayoutTests/fast/table/simple_paint.html |
index bb762d7ec7057dcae6f04759951110a40a178f1f..4ab640f12ecd505943970c5c5ef3eda675c2fcc1 100644 |
--- a/LayoutTests/fast/table/simple_paint.html |
+++ b/LayoutTests/fast/table/simple_paint.html |
@@ -19,9 +19,9 @@ |
} |
} |
</script> |
- <script type="text/javascript" src="../repaint/resources/repaint.js"></script> |
+ <script type="text/javascript" src="../../resources/run-after-display.js"></script> |
</head> |
- <body onload="runRepaintTest()"> |
+ <body onload="runAfterDisplay(repaintTest);"> |
<table class="testtable"> |
<tr> |
<td></td> |