Sign in
webkit
/
WebKit
/
56247e8f5d96a3029b7e84701f83e1e2a786fb6e
/
.
/
LayoutTests
/
fast
/
gradients
/
css3-color-stop-invalid-expected.html
blob: b346a41738a213a2340ec52680f35cb9da3d3aff [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
box
{
display
:
inline-block
;
height
:
100px
;
width
:
300px
;
margin
:
10px
;
border
:
1px
solid black
;
background-repeat
:
no-repeat
;
}
</style>
<h2>
This should be an empty box
</h2>
<div
class
=
"box"
></div>