<head> | |
<title>Check that the space entity is a separator</title> | |
<meta name="viewport" content="width= device-width"> | |
<script> | |
function test() { | |
if (window.layoutTestController) { | |
layoutTestController.dumpAsText(); | |
layoutTestController.dumpConfigurationForViewport(320, 352); | |
} | |
} | |
</script> | |
</head> | |
<body onload="test();"> |