Index: trunk/LayoutTests/fast/repaint/set-text-content-same.html |
=================================================================== |
--- trunk/LayoutTests/fast/repaint/set-text-content-same.html (revision 169400) |
+++ trunk/LayoutTests/fast/repaint/set-text-content-same.html (working copy) |
@@ -1,10 +0,0 @@ |
-<!DOCTYPE html> |
-<body onload="runRepaintTest();"> |
-<pre id="target">PASS if does not repaint.</pre> |
-<script src="resources/text-based-repaint.js" type="text/javascript"></script> |
-<script type="text/javascript"> |
- function repaintTest() |
- { |
- target.textContent = "PASS if does not repaint."; |
- } |
-</script> |