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

Unified Diff: content/test/data/frame_owner_properties_scrolling.html

Issue 1307013004: Propagate scrolling/marginwidth/marginheight property values to child frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content_unittests compile fix Created 5 years, 1 month 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 | « content/test/data/frame_owner_properties_margin.html ('k') | content/test/data/tall_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/frame_owner_properties_scrolling.html
diff --git a/content/test/data/frame_owner_properties_scrolling.html b/content/test/data/frame_owner_properties_scrolling.html
new file mode 100644
index 0000000000000000000000000000000000000000..a6b7e27b5559f1aa2cff6ea4a695612dac776b86
--- /dev/null
+++ b/content/test/data/frame_owner_properties_scrolling.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <iframe
+ id="child-1"
+ height="200"
+ width="200"
+ frameborder="0"
+ src="/cross-site/b.com/tall_page.html"></iframe>
+</body>
+</html>
« no previous file with comments | « content/test/data/frame_owner_properties_margin.html ('k') | content/test/data/tall_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698