Sign in
chromium
/
chromium
/
src.git
/
72.0.3586.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
css
/
background-non-integer-viewbox-expected.html
blob: 5c961ed57ae657c105b94d1fe6fa9f05f79b22de [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<title>
Test SVG in CSS backgrounds with non-integer viewBox dimensions
</title>
<style>
#
cover
{
position
:
absolute
;
left
:
0
;
width
:
600px
;
top
:
0
;
height
:
127px
;
background-color
:
blue
;
}
</style>
<div
id
=
"cover"
></div>