From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/domutils/tests/DomUtils/04-outer_html.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 node_modules/domutils/tests/DomUtils/04-outer_html.js (limited to 'node_modules/domutils/tests/DomUtils/04-outer_html.js') diff --git a/node_modules/domutils/tests/DomUtils/04-outer_html.js b/node_modules/domutils/tests/DomUtils/04-outer_html.js new file mode 100644 index 00000000..57aae971 --- /dev/null +++ b/node_modules/domutils/tests/DomUtils/04-outer_html.js @@ -0,0 +1,10 @@ +var DomUtils = require("../.."); + +exports.name = "Get outer HTML"; +exports.getElements = function(dom){ + return ' text '; +}; +exports.getByFunction = function(dom){ + return DomUtils.getOuterHTML(DomUtils.getElementById("asdf", dom, true)); +}; +exports.expected = ' text '; -- cgit v1.2.3