Sign in
chromium
/
chromium
/
src.git
/
69.0.3457.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
fullscreen
/
rendering
/
backdrop-object-expected.html
blob: 560848252713d3fca7d0615a53c954fe861f232e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
body
{
background
:
green
;
margin
:
0
;
}
object
{
position
:
fixed
;
width
:
100%
;
height
:
100%
;
}
</style>
<object
type
=
"application/x-shockwave-flash"
data
=
"../../plugins/resources/simple_blank.swf"
></object>