netsurf/javascript/duktape/HTMLDivElement.bnd
Michael Drake 6098646e72 Add binding for DIV element's align getter/setter, and test.
Currently the second part of the test fails.
2015-10-29 11:47:53 +00:00

15 lines
440 B
Plaintext

/* HTML div element binding using duktape and libdom
*
* Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
* Released under the terms of the MIT License,
* http://www.opensource.org/licenses/mit-license
*/
init HTMLDivElement(struct dom_html_element *html_div_element::html_element);
getter HTMLDivElement::align();
setter HTMLDivElement::align();