Sign in
webkit
/
WebKit
/
494d7a343cd53b000bafd6f6492bd8a9637ddf7c
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
css
/
css-animations
/
animation-delay-009-expected.html
blob: ddc7da67ddf5fed83e653d1130a65f5c1e3a6dec [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<meta
charset
=
"utf-8"
>
<link
rel
=
"author"
title
=
"Brian Birtles"
href
=
"mailto:bbirtles@mozilla.com"
>
<style>
div
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<div></div>
</html>