Add failing spec for inheriting Javascript web preference

This commit is contained in:
Kevin Sawicki 2017-04-21 10:58:47 -07:00
parent 6ec74060b4
commit cee0507090
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<style>
* {
padding: 0;
margin: 0;
}
</style>
<body>
<a href="about:blank>" target="_blank">CLICK</a>
</body>
</html>