Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
reflections
/
pending-reflection-mask-crash.html
blob: 0d835cd267d43ee834a87d0f28f1910cd2439c5b [
file
] [
log
] [
blame
]
<style>
*{
-webkit-box-reflect
:
none
!important
;
-webkit-box-reflect
:
below
0
url
(
x
);
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<p>
This test should not crash.
</p>