Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
fast
/
layers
/
top-layer-ancestor-opacity-and-transform-crash.html
blob: e8112f75d25b68a3819e630309b3c6f52a98aab3 [
file
] [
log
] [
blame
]
<style>
*
{
opacity
:
0.1
;
translate
:
1px
;
}
</style>
<dialog>
PASS if this doesn't crash
</dialog>
<script>
document
.
querySelector
(
"dialog"
).
showModal
();
if
(
testRunner
)
testRunner
.
dumpAsText
();
</script>