Skip to content

Commit

Permalink
Fix type and media attributes test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Apr 28, 2015
1 parent ae4a1f3 commit da8ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expected/inlined-with-attributes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script>function test(){var r="lorem ipsum";return r}</script>
<style>.classname{color:red}</style>
<style type="text/css" media="screen">.classname{color:red}</style>
</head>
<body>
</body>
Expand Down

0 comments on commit da8ed74

Please sign in to comment.