mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5859a14a99
Generated with: find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
12 lines
235 B
HTML
12 lines
235 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body { margin: 0 }
|
|
p {
|
|
height: 1200px;
|
|
width: 100px;
|
|
box-shadow: 0px -100px 100px black;
|
|
}
|
|
</style>
|
|
<p>
|
|
<div style="position:absolute; background: white; top: 100px; left: 215px; height: 2px; width: 2px"></div>
|