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

Unified Diff: third_party/WebKit/Source/web/tests/data/icb-relative-content.html

Issue 2184333002: Fix scroll anchoring during viewport resize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment on m_drift Created 4 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/VisualViewportTest.cpp ('k') | third_party/WebKit/Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/icb-relative-content.html
diff --git a/third_party/WebKit/Source/web/tests/data/icb-relative-content.html b/third_party/WebKit/Source/web/tests/data/icb-relative-content.html
new file mode 100644
index 0000000000000000000000000000000000000000..94c8503f449a1db002455678ffa0337b7c67bc8f
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/icb-relative-content.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+ body {
+ width: 1600px;
+ height: 1200px;
+ }
+ div {
+ bottom: 0;
+ right: 0;
+ width: 100px;
+ height: 100px;
+ background-color: gray;
+ position: absolute;
+ }
+</style>
+<div></div>
« no previous file with comments | « third_party/WebKit/Source/web/tests/VisualViewportTest.cpp ('k') | third_party/WebKit/Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698