Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/frame_owner_properties.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/frame_owner_properties.html b/third_party/WebKit/Source/web/tests/data/frame_owner_properties.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b7395181dffee060e5765e24f8ac5376d1168d66 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/web/tests/data/frame_owner_properties.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +</head> |
| +<body> |
| +<div>Some content.</div> |
| +<script> |
| + window.bodyMarginWidth = document.body.getAttribute('marginwidth') || '0'; |
| + window.bodyMarginHeight = document.body.getAttribute('marginheight') || '0'; |
| +</script> |
| +</body> |
| +</html> |