Chromium Code Reviews| 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..c599b761dad4a736d4a2ee534c5123169ac5f58f |
| --- /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"> |
|
Julien - ping for review
2014/03/15 01:12:51
I usually tell people to remove these attribute as
|
| + function repaintTest() |
| + { |
| + target.textContent = "PASS if does not repaint."; |
| + } |
| +</script> |