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

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: Minor fix and comment tweak 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5d5f21b8eb7211ecb6c05ca0f695acdbdde5ba03 100644
--- a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html
+++ b/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html
@@ -1,8 +1,14 @@
<head>
<style>
+ html, body {
+ /* Use simple predictable spacing between html, body and content so
+ we can propertly test scrollWidth and scrollHeight */
+ margin: 0;
+ padding: 5px;
+ }
div {
- height: 9999px;
- width: 9999px;
+ height: 10000px;
+ width: 10000px;
}
</style>
<script>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698