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

Unified Diff: LayoutTests/fast/repaint/repaint-in-iframe.html

Issue 482063005: Allow paint invalidation containers to cross frame boundaries. (re-land #2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup. Created 6 years, 4 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/repaint/repaint-in-iframe.html
diff --git a/LayoutTests/fast/repaint/repaint-in-iframe.html b/LayoutTests/fast/repaint/repaint-in-iframe.html
index 9141495ff1636b1356e28398d8f6159b98956527..deddc8f50ca266a3fb8426a096cd97bb64b634c9 100644
--- a/LayoutTests/fast/repaint/repaint-in-iframe.html
+++ b/LayoutTests/fast/repaint/repaint-in-iframe.html
@@ -5,7 +5,7 @@
<script src="resources/text-based-repaint.js"></script>
<script>
window.onload = function() {
- runRepaintTest();
+ runRepaintTest();
};
function repaintTest() {

Powered by Google App Engine
This is Rietveld 408576698