Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: LayoutTests/fast/table/simple_paint.html

Issue 207383002: Remove repaint.js from layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More expectations Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/sub-pixel/transformed-iframe-copy-on-scroll.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/fast/sub-pixel/transformed-iframe-copy-on-scroll.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698