mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Add unit test for HtmlHrElement web_sys binding (#591)
This commit is contained in:
committed by
Alex Crichton
parent
05d3b934c8
commit
c971620039
@ -26,6 +26,10 @@ export function new_head() {
|
||||
return document.createElement("head");
|
||||
}
|
||||
|
||||
export function new_hr() {
|
||||
return document.createElement("hr");
|
||||
}
|
||||
|
||||
export function new_html() {
|
||||
return document.createElement("html");
|
||||
}
|
||||
|
Reference in New Issue
Block a user