blob: 18dee3e5e7b9f5eda14d5b4fc38c15d3c6e608b2 [file] [log] [blame]
<html>
<head>
<style>
.absent {
background: #fff url(foo.png) no-repeat left 4px;
}
body {
background: #fff;
}
</style>
<script src="../../http/tests/inspector/resources/inspector-test.js"></script>
<script>
function test()
{
InspectorTest.completeTest();
}
</script>
</head>
<body onload="runTest()">
This test passes if it doesn't ASSERT.
</body>
</html>