blob: 96e3c6fc0f37cd06cde57cf103b3b44da07aa33a [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/inspector-test.js"></script>
<script>
function test()
{
InspectorTest.completeTest();
}
</script>
</head>
<body onload="runTest()">
This test passes if it doesn't ASSERT.
</body>
</html>