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

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: Put scrollingElement behind a flag for now 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..9b957831ca36e1e99f39e90ec5018110adb2a973 100644
--- a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html
+++ b/LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html
@@ -1,8 +1,12 @@
<head>
<style>
+ html, body {
+ margin: 0;
+ padding: 5px;
tdresser 2015/04/13 13:45:30 Why is this section necessary? Can both margin and
Rick Byers 2015/04/13 20:08:31 Right, scrollTop-scrollLeft-strict-quirks-modes.ht
+ }
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') | Source/core/dom/Element.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698