Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<h1>Hi!</h1>
<p><strong>Yes!</strong></p>
"""
expect_html = """
<title>Title</title>
<h1 style="color:red">Hi!</h1>
<p><strong style="text-decoration:none">Yes!</strong></p>
"""
result_html = transform(html)
compare_html(expect_html, result_html)