What steps will reproduce the problem?
1. Have a html resource with a tag like <script type="foo" src="path">
2. Embed it in a resource with flatten_html=true
3. Look at at the resulting tag
What is the expected output? What do you see instead?
Expect <script type="foo">..contents..</script>
See instead <script>...contents...</script>
Original issue reported on code.google.com by rby...@chromium.org on 29 Feb 2012 at 3:21
Original issue reported on code.google.com by
rby...@chromium.org
on 29 Feb 2012 at 3:21