Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
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>