Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.4-embargoed
/
.
/
LayoutTests
/
highlight
/
highlight-crash.html
blob: 3c984b08105d6d03b0bcb6e76dda20b17904d5d2 [
file
] [
edit
]
<!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>