Index: LayoutTests/fast/repaint/set-text-content-same.html |
diff --git a/LayoutTests/fast/repaint/set-text-content-same.html b/LayoutTests/fast/repaint/set-text-content-same.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..00a6ee7e11ee668e26ff765f76f63e46e42786c0 |
--- /dev/null |
+++ b/LayoutTests/fast/repaint/set-text-content-same.html |
@@ -0,0 +1,10 @@ |
+<!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> |