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

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.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
Index: LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html b/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
index 8089075a2c2dce8c88ffdf5fa133506ae6394593..1195997901c21fe0d535d79720d93b81a7515725 100644
--- a/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-color.html
@@ -7,7 +7,6 @@
if (window.testRunner)
testRunner.dumpAsText();
</script>
- <script src="../../repaint/resources/repaint.js" type="text/javascript"></script>
<script>
function runRepaintTest() {
document.getElementById("test-underline").style.textDecorationColor = 'gray';

Powered by Google App Engine
This is Rietveld 408576698