mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
Bug 453641. Make box-shadow work on tables and table parts --- tests.
This commit is contained in:
parent
a7a868b681
commit
f95dcb3910
@ -2,3 +2,6 @@
|
||||
!= boxshadow-blur.html boxshadow-blur-notref.html
|
||||
== boxshadow-multiple.html boxshadow-multiple-ref.html
|
||||
== boxshadow-spread.html boxshadow-spread-ref.html
|
||||
== tableboxshadow-basic.html tableboxshadow-basic-ref.html
|
||||
== tableboxshadow-trshadow.html tableboxshadow-trshadow-ref.html
|
||||
== tableboxshadow-tdshadow.html tableboxshadow-tdshadow-ref.html
|
||||
|
1
layout/reftests/box-shadow/tableboxshadow-basic-ref.html
Normal file
1
layout/reftests/box-shadow/tableboxshadow-basic-ref.html
Normal file
@ -0,0 +1 @@
|
||||
<div style="position: absolute; top: 33px; left: 33px; height: 300px; width: 600px; background-color: black;">s</div><table border="0" cellpadding="0" cellspacing="0" style="position: absolute; top: 30px; left: 30px; background-color: green;"><tr><td style="width: 300px; height: 300px;">s</td><td style="width: 300px; height: 300px;">s</td></tr></table>
|
1
layout/reftests/box-shadow/tableboxshadow-basic.html
Normal file
1
layout/reftests/box-shadow/tableboxshadow-basic.html
Normal file
@ -0,0 +1 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="-moz-box-shadow: 3px 3px black; position: absolute; top: 30px; left: 30px; background-color: green;"><tr><td style="width: 300px; height: 300px;">s</td><td style="width: 300px; height: 300px;">s</td></tr></table>
|
@ -0,0 +1,5 @@
|
||||
<div style="width: 300px; height: 300px; position: absolute; top: 56px; left: 56px; background-color: rgba(0, 0, 0, 0.4);">s</div>
|
||||
|
||||
<div style="width: 300px; height: 300px; position: absolute; top: 56px; left: 376px; background-color: rgba(0, 0, 0, 0.4);">s</div>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="20" style="position: absolute; top: 30px; left: 30px;"><tr><td style="background-color: green; width: 300px; height: 300px;">s</td><td style="background-color: green; width: 300px; height: 300px;">s</td></tr></table>
|
1
layout/reftests/box-shadow/tableboxshadow-tdshadow.html
Normal file
1
layout/reftests/box-shadow/tableboxshadow-tdshadow.html
Normal file
@ -0,0 +1 @@
|
||||
<table border="0" cellpadding="0" cellspacing="20" style="position: absolute; top: 30px; left: 30px;"><tr><td style="background-color: green; -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.4); width: 300px; height: 300px;">s</td><td style="background-color: green; -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.4); width: 300px; height: 300px;">s</td></tr></table>
|
@ -0,0 +1,5 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="position: absolute; top: 330px; left: 30px; background-color: green;"><tr><td style="width: 300px; height: 300px;">s</td><td style="width: 300px; height: 300px;">s</td></tr></table>
|
||||
|
||||
<div style="position: absolute; top: 33px; left: 33px; height: 300px; width: 600px; background-color: black;">s</div>
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="position: absolute; top: 30px; left: 30px; background-color: green;"><tr><td style="width: 300px; height: 300px;">s</td><td style="width: 300px; height: 300px;">s</td></tr></table>
|
1
layout/reftests/box-shadow/tableboxshadow-trshadow.html
Normal file
1
layout/reftests/box-shadow/tableboxshadow-trshadow.html
Normal file
@ -0,0 +1 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="position: absolute; top: 30px; left: 30px; background-color: green;"><tr style="-moz-box-shadow: 3px 3px black;"><td style="width: 300px; height: 300px;">s</td><td style="width: 300px; height: 300px;">s</td></tr><tr><td style="width: 300px; height: 300px;">s</td><td>s</td></tr></table>
|
Loading…
x
Reference in New Issue
Block a user