mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-29 15:13:28 +00:00 
			
		
		
		
	dom: implement ProcessingIntruction.target
This commit is contained in:
		| @@ -258,7 +258,8 @@ pub fn testExecFn( | ||||
|     try checkCases(js_env, &createComment); | ||||
|  | ||||
|     var createProcessingInstruction = [_]Case{ | ||||
|         .{ .src = "document.createProcessingInstruction('foo', 'bar')", .ex = "[object ProcessingInstruction]" }, | ||||
|         .{ .src = "let pi = document.createProcessingInstruction('foo', 'bar')", .ex = "undefined" }, | ||||
|         .{ .src = "pi.target", .ex = "foo" }, | ||||
|     }; | ||||
|     try checkCases(js_env, &createProcessingInstruction); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre Tachoire
					Pierre Tachoire