forked from mirrors/gecko-dev
		
	MozReview-Commit-ID: DfvN9mAFYhI --HG-- rename : testing/web-platform/tests/conformance-checkers/html-svg/animate-elem-77-t-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/animate-elem-77-t-isvalid.html rename : testing/web-platform/tests/conformance-checkers/html-svg/linking-a-10-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/linking-a-10-f-isvalid.html rename : testing/web-platform/tests/conformance-checkers/html/elements/picture/srcset-microsyntax-leading-dot-x-novalid.html => testing/web-platform/tests/conformance-checkers/html/elements/picture/srcset-microsyntax-leading-dot-x-valid.html rename : testing/web-platform/tests/content-security-policy/_unapproved/script-nonces-hidden.html.headers => testing/web-platform/tests/content-security-policy/nonce-hiding/script-nonces-hidden.tentative.html.headers rename : testing/web-platform/tests/content-security-policy/_unapproved/svgscript-nonces-hidden.html.headers => testing/web-platform/tests/content-security-policy/nonce-hiding/svgscript-nonces-hidden.tentative.html.headers rename : testing/web-platform/tests/html/semantics/interactive-elements/context-menus/contextmenu-event-manual.htm => testing/web-platform/tests/html/webappapis/scripting/events/contextmenu-event-manual.htm
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			512 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			512 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
function exposeTest(resource, desc) {
 | 
						|
  const url = new URL("resources/" + resource, location.href).href.replace("://", "://élève.");
 | 
						|
 | 
						|
  promise_test(() => {
 | 
						|
    return fetch(url).then(res => {
 | 
						|
      assert_equals(res.headers.get("content-language"), "sure")
 | 
						|
      assert_equals(res.headers.get("x-custom"), null);
 | 
						|
    })
 | 
						|
  }, "Access-Control-Expose-Headers parsing: " + desc);
 | 
						|
}
 | 
						|
 | 
						|
exposeTest("access-control-expose-headers-parsing.asis", "#1");
 | 
						|
exposeTest("access-control-expose-headers-parsing-2.asis", "#2")
 |