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

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

Issue 134443003: Implement CSSOM Smooth Scroll API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 10 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/Source/web/tests/data/large-div.html b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html
similarity index 60%
copy from Source/web/tests/data/large-div.html
copy to LayoutTests/fast/scroll-behavior/resources/large-subframe.html
index a4bc0d9f09043d3f306c305e69e8bf2683fd6d65..52b58d63af4e1aaccb5de34c3968d14f631304ca 100644
--- a/Source/web/tests/data/large-div.html
+++ b/LayoutTests/fast/scroll-behavior/resources/large-subframe.html
@@ -1,18 +1,16 @@
<!DOCTYPE html>
<html>
-
<head>
<style>
#content {
- background: silver;
- width: 1000px;
- height: 1000px;
+ width: 7500px;
+ height: 7500px;
+ background-color: blue;
}
</style>
-<head>
+</head>
<body>
<div id="content"></div>
</body>
-
</html>

Powered by Google App Engine
This is Rietveld 408576698