Chromium Code Reviews| Index: content/test/data/frame_owner_properties_margin_and_csp.html |
| diff --git a/content/test/data/frame_owner_properties_margin.html b/content/test/data/frame_owner_properties_margin_and_csp.html |
| similarity index 85% |
| rename from content/test/data/frame_owner_properties_margin.html |
| rename to content/test/data/frame_owner_properties_margin_and_csp.html |
| index f881ba54a230cc3f9c7987ab3aff20153263fa75..45b4e42e46ac80bdcd43d98e472278c1addad0fe 100644 |
| --- a/content/test/data/frame_owner_properties_margin.html |
| +++ b/content/test/data/frame_owner_properties_margin_and_csp.html |
| @@ -4,6 +4,7 @@ |
| <iframe id="child-1" |
| marginwidth="10" |
| marginheight="50" |
| + csp="object-src none" |
|
Mike West
2016/09/29 08:58:53
Nit: none => 'none'
|
| src="/cross-site/b.com/title1.html"></iframe> |
| </body> |
| </html> |