Skip to content

Instantly share code, notes, and snippets.

@sjmiles
Created April 25, 2014 15:40
Show Gist options
  • Save sjmiles/11293931 to your computer and use it in GitHub Desktop.
Save sjmiles/11293931 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test-order-0</title>
<style>
body {
background-color: orange;
}
</style>
<!-- proves import scripts execute in creation order regardless of load time -->
<link rel="import" href="delay.php?url=test-import.html">
<link rel="import" href="test-import-2.html">
</head>
<body unresolved>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment