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

Unified Diff: third_party/WebKit/Source/core/paint/test_data/long-page.html

Issue 1407543003: Preliminary paint property walk implementation for SPv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor bug fix (perspective does not clear paint offset). switch test to unit test style. add a few … Created 5 years, 2 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: third_party/WebKit/Source/core/paint/test_data/long-page.html
diff --git a/third_party/WebKit/Source/core/paint/test_data/long-page.html b/third_party/WebKit/Source/core/paint/test_data/long-page.html
new file mode 100644
index 0000000000000000000000000000000000000000..1d898d37ad59169d5e1aaf9475853ff264eb2d51
--- /dev/null
+++ b/third_party/WebKit/Source/core/paint/test_data/long-page.html
@@ -0,0 +1,5 @@
+<style>
+body {
+ height: 10000px;
+}
+</style>

Powered by Google App Engine
This is Rietveld 408576698