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

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: addressed review comments Created 5 years, 7 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/LayoutTests/fast/harness/font-weight-bold.html b/Source/web/tests/data/overscroll/overscroll.html
similarity index 61%
copy from LayoutTests/fast/harness/font-weight-bold.html
copy to Source/web/tests/data/overscroll/overscroll.html
index a0c68d5457f4d51e8d16369656a083b0659935bc..831d6c66e11a722061fe70ff6909b89a0e203130 100644
--- a/LayoutTests/fast/harness/font-weight-bold.html
+++ b/Source/web/tests/data/overscroll/overscroll.html
@@ -1,12 +1,14 @@
+<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
- font-weight: bold;
+ height: 300px;
+ width: 300px;
}
</style>
</head>
<body>
-Hello Reftests
</body>
</html>
+

Powered by Google App Engine
This is Rietveld 408576698