Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
highlight
/
highlight-crash.html
blob: d63b2177a889379883a743e792b144b28f9a953f [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
::
highlight
{
background
:
red
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<p>
This test should not crash.
</p>