Index: content/test/data/frame_owner_properties_margin.html |
diff --git a/content/test/data/frame_owner_properties_margin.html b/content/test/data/frame_owner_properties_margin.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f881ba54a230cc3f9c7987ab3aff20153263fa75 |
--- /dev/null |
+++ b/content/test/data/frame_owner_properties_margin.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <iframe id="child-1" |
+ marginwidth="10" |
+ marginheight="50" |
+ src="/cross-site/b.com/title1.html"></iframe> |
+</body> |
+</html> |