<html> | |
<head> | |
<link rel="stylesheet" type="text/css" media="screen and (min-device-width: 768px) and (max-device-width: 1024px)" href="resources/stylesheet.css" /> | |
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 480px)" href="resources/stylesheet.css" /> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
</head> | |
<body id="article"> | |
If you see this text, the test has passed. | |
</body> | |
</html> |