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

Unified Diff: Source/web/tests/data/repaint/height-change-repaint2.html

Issue 99663004: Avoid layout/full-repaint on view height change if possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Protect the feature with a runtime flag Created 7 years 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: Source/web/tests/data/repaint/height-change-repaint2.html
diff --git a/Source/web/tests/data/repaint/height-change-repaint2.html b/Source/web/tests/data/repaint/height-change-repaint2.html
new file mode 100644
index 0000000000000000000000000000000000000000..072a0276cbf42239b31f584594c12514a5db15ae
--- /dev/null
+++ b/Source/web/tests/data/repaint/height-change-repaint2.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<frameset cols="50%,50%">
+ <frame src="about:blank">
+ <frame src="about:blink">
+</frameset>

Powered by Google App Engine
This is Rietveld 408576698