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

Unified Diff: trunk/LayoutTests/fast/repaint/set-text-content-same.html

Issue 202883002: Revert 169394 "Node::setTextContent should avoid work when nothi..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | « no previous file | trunk/LayoutTests/fast/repaint/set-text-content-same-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/repaint/set-text-content-same-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698