Sign in
chromium
/
chromium
/
src
/
ae160bfabf93b51da1877351da1abd0677b41db8
/
.
/
chrome
/
browser
/
resources
/
whats_new
/
whats_new_app.html
blob: 6be42efad67c030e54353e26a3cb6ffb8686051d [
file
] [
log
] [
blame
]
<style
include
=
"cr-hidden-style"
>
#
content
{
border
:
none
;
height
:
100%
;
width
:
100%
;
}
</style>
<template
is
=
"dom-if"
if
=
"[[url_]]"
>
<iframe
id
=
"content"
src
=
"[[url_]]"
></iframe>
</template>