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

Unified Diff: LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.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
Index: LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html
diff --git a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html b/LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html
index aeb4f89bd27fc52cc09c2ed0a163d58098be4091..88ef68f2f1be9f8b9826869f264a644dee841eab 100644
--- a/LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html
+++ b/LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html
@@ -1,9 +1,13 @@
<!DOCTYPE html>
<head>
<style>
+ html, body {
+ margin: 0;
+ padding: 5px;
+ }
div {
- height: 9999px;
- width: 9999px;
+ height: 10000px;
+ width: 10000px;
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698