Sign in
webkit
/
WebKit
/
68871a81a9874d8cee274447ea0891da8b6eeff6
/
.
/
LayoutTests
/
svg
/
css
/
color-profile-crash.html
blob: aebd6aec4253d451ab420ef9244c89dc69327b2b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
color-profile
:
sRGB
;
"
>
PASS: did not crash.
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</body>
</html>