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

Unified Diff: LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html

Issue 1075393002: Implement Document.scrollingElement API behind experimental feature flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/dom/Element/resources/scrollable-iframe-quirks.html
diff --git a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html b/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html
index 7999071adac1fede3f578f95478e299a3936bb76..936f970c22af381c6080a5e4f7f19891c728f2f1 100644
--- a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html
+++ b/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html
@@ -1,8 +1,11 @@
<head>
<style>
+ html, body {
+ margin: 5px;
+ }
div {
- height: 9999px;
- width: 9999px;
+ height: 10000px;
+ width: 10000px;
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698