Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
backgrounds
/
root-with-generated-background-and-no-height.html
blob: c3b145d6351c7665a9a156fe98e950bd6c2f7659 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
body
{
margin
:
0
;
background-image
:
linear-gradient
(
to bottom
,
#FFF
0%
,
#FFF
100%
);
}
</style>