Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
highlight
/
highlight-crash.html
blob: 3c984b08105d6d03b0bcb6e76dda20b17904d5d2 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- webkit-test-runner [ HighlightAPIEnabled=true ] -->
<style>
::
highlight
{
background
:
red
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<p>
This test should not crash.
</p>