Sign in
webkit
/
WebKit
/
1d5aa05b577b72310a642b32be77a33c7051fe62
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
table-with-scrollbar-corner.html
blob: 34dbd75d988188de46156432f557bf0e33680fef [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
::-
webkit-scrollbar-corner
{
zoom
:
reset
;
}
*
{
overflow
:
hidden
}
</style>
<table><tr>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
document
.
body
.
innerHTML
=
"PASS, no crash"
;
</script>