| Current Path : /hdd/hdd11/www/vlevski/enter/con/tests/cssready/style-emptyimport/ |
| Current File : /hdd/hdd11/www/vlevski/enter/con/tests/cssready/style-emptyimport/index.html |
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
@import url(empty.css);
</style>
<script src="../../../js/cufon.js" type="text/javascript"></script>
<script type="text/javascript">
(function(test) {
Cufon.CSS.ready(function() {
test.success();
});
})(parent.testRunner.registerTest('<style> with an empty @imported CSS file'));
</script>
</head>
<body>
</body>
</html>