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

Unified Diff: third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-transformed-iframe-subframe.html

Issue 2657183002: Use full mapLocalToAncestor machinery in ScrollingCoordinator. (Closed)
Patch Set: test expectations Created 3 years, 11 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: third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-transformed-iframe-subframe.html
diff --git a/third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-transformed-iframe-subframe.html b/third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-transformed-iframe-subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..7d5ade80badba1b54335423701eecbff7c536bab
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/scrollingcoordinator/resources/non-fast-scrollable-region-transformed-iframe-subframe.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+ iframe {
+ height: 120px;
+ width: 120px;
+ padding: 10px;
+ border: none;
+ }
+</style>
+
+<iframe src="data:text/html;charset=utf-8,<html><body style='width:1000px; height:1000px;'><p style='font-size: 6px'>Should be covered by a green overlay.</p></body></html>"></iframe>

Powered by Google App Engine
This is Rietveld 408576698