Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for styleURLGoodProtocolPassed (0.27 sec)

  1. src/html/template/escape_test.go

    			// The CSS string 'javascript\\3a alert(1337)' does not contain a colon.
    			`<a style="background: 'javascript\\3a alert\28 1337\29 '">`,
    		},
    		{
    			"styleURLGoodProtocolPassed",
    			`<a style="background: url('{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}')">`,
    			`<a style="background: url('http://oreilly.com/O%27Reilly%20Animals%281%29%3c2%3e;%7b%7d.html')">`,
    		},
    		{
    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