Skip to content

Commit

Permalink
fixtures: Add page with @import
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed May 3, 2015
1 parent 85233db commit 405a2ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/fixtures/import.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Test HTML Page</title>
<style type="text/css">
@import url("assets/style.css");
</style>
</head>
<body>
<p>imports</p>
<button onclick="window._swapcss('style.css')">Load CSS</button>
<script src="socket.io.js"></script>
<script src="connect.js"></script>
<script src="index.js"></script>
</body>
</html>

0 comments on commit 405a2ee

Please sign in to comment.