Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
crash-on-incomplete-webkit-any.html
blob: c268846f8d377790f815e584d9361a8803bfc43a [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
:-webkit-any\( should not crash
</title>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
:-
webkit-any
\(
{}
</style>
</head>
<body>
<p>
PASS if not crashed.
</p>
</body>
</html>