Created
July 31, 2014 19:40
-
-
Save jakemac53/ff1dc6c1ff4ae6e72cdf to your computer and use it in GitHub Desktop.
Empty hash link bug
This file contains 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> | |
<head> | |
<script src="//www.polymer-project.org/platform.js"></script> | |
<script src="http://www.polymer-project.org/polymer.js"></script> | |
<title>Hash Link Test</title> | |
</head> | |
<body> | |
<polymer-element name="x-foo" noscript> | |
<template> | |
<div><a href="#">empty</a></div> | |
</template> | |
</polymer-element> | |
<x-foo></x-foo> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment