Sign in
◑
Theme
nest-open-source
/
manifest_repos
/
chromium_src
/
843bbb3bb34080a582b730da36421118dca26e74
/
.
/
third_party
/
blink
/
web_tests
/
printing
/
empty-thead-crash.html
blob: 054e296bcb0073254745942f38e95781f6bd5313 [
file
]
<!DOCTYPE html>
<script
src
=
"../resources/testharness.js"
></script>
<script
src
=
"../resources/testharnessreport.js"
></script>
<script>
if
(
window
.
testRunner
)
testRunner
.
setPrinting
();
test
(
function
()
{});
</script>
<table><thead></thead></table>