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

Unified Diff: LayoutTests/fast/scroll-behavior/resources/large-subframe.html

Issue 378953002: Test framework and tests for CSSOM View smooth scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add NeedsRebaseline for listbox test on Mac and Win Created 6 years, 5 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/scroll-behavior/resources/large-subframe.html
diff --git a/LayoutTests/fast/scroll-behavior/resources/large-subframe.html b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..52b58d63af4e1aaccb5de34c3968d14f631304ca
--- /dev/null
+++ b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ #content {
+ width: 7500px;
+ height: 7500px;
+ background-color: blue;
+ }
+ </style>
+</head>
+
+<body>
+ <div id="content"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698