tenfourfox/layout/reftests/scoped-style/scoped-style-import.html

12 lines
163 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<body>
<p>First</p>
<p>
<style scoped>
@import url(scoped-style-imported.css);
</style>
Second
</p>
<p>Third</p>
</body>