Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for styleURLMixedCase (0.21 sec)

  1. src/html/template/escape_test.go

    			"styleURLNotEncodedForHTMLInCdata",
    			`<style>body { background: url('{{"/search?img=foo&size=icon"}}') }</style>`,
    			`<style>body { background: url('/search?img=foo&size=icon') }</style>`,
    		},
    		{
    			"styleURLMixedCase",
    			`<p style="background: URL(#{{.H}})">`,
    			`<p style="background: URL(#%3cHello%3e)">`,
    		},
    		{
    			"stylePropertyPairPassed",
    			`<a style='{{"color: red"}}'>`,
    			`<a style='color: red'>`,
    		},
    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