Created
April 25, 2014 15:40
-
-
Save sjmiles/11293931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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