Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for styleStrSpecialsEncoded (0.22 sec)

  1. src/html/template/escape_test.go

    			`<p style="background: URL(#%3cHello%3e)">`,
    		},
    		{
    			"stylePropertyPairPassed",
    			`<a style='{{"color: red"}}'>`,
    			`<a style='color: red'>`,
    		},
    		{
    			"styleStrSpecialsEncoded",
    			`<a style="font-family: '{{"/**/'\";:// \\"}}', &quot;{{"/**/'\";:// \\"}}&quot;">`,
    			`<a style="font-family: '\2f**\2f\27\22\3b\3a\2f\2f  \\', &quot;\2f**\2f\27\22\3b\3a\2f\2f  \\&quot;">`,
    		},
    		{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
Back to top