Skip to content

Commit

Permalink
Failing test to illustrate issue #28
Browse files Browse the repository at this point in the history
  • Loading branch information
begriffs committed Feb 17, 2014
1 parent 8cffecb commit 9b1fa92
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/pseudo-after.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<head>
<style type="text/css">
p:after {
content: '!';
}
</style>

<script type="text/javascript">
window.expectedStyle = {
'p:after': {
'content': '!'
}
};
</script>
</head>
<body>
<p>Words</p>
</body>

0 comments on commit 9b1fa92

Please sign in to comment.