Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
images
/
crash-when-image-renderer-is-destroyed-before-calling-initializeStyle.html
blob: ec06416e2664128b8ba50a84a34a3cd26fec93d1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
col
{
content
:
url
(
data:image/gif;base64,foobar
);
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
PASS if no crash.
<table>
<col>
</body>
</html>