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

Unified Diff: Source/web/tests/data/overscroll/overscroll.html

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased to latest Created 5 years, 6 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: Source/web/tests/data/overscroll/overscroll.html
diff --git a/Source/web/tests/data/overscroll/overscroll.html b/Source/web/tests/data/overscroll/overscroll.html
new file mode 100644
index 0000000000000000000000000000000000000000..279eca49bda4824619382e246e34914ab85439f6
--- /dev/null
+++ b/Source/web/tests/data/overscroll/overscroll.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+html {
+ padding: 0px;
+ margin: 0px
+}
+body {
+ height: 300px;
+ width: 300px;
+ padding: 0px;
+ margin: 0px;
+}
+</style>
+</head>
+<body>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698