Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/css-import/reftest.list
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" media="print"
href="outer-sheet.css">
<link type="text/css" rel="stylesheet" media="screen"
href="outer-sheet.css">
</head>
<body>
<p>test</p>
</body>
</html>