From d017add1999ff0879d8063aac02da928a68b6f61 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Fri, 2 Aug 2013 10:11:07 +0800 Subject: [PATCH] added test case for #251 inline text in top element --- .gitignore | 3 ++- tests/cases/child-textnodes.html | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 tests/cases/child-textnodes.html diff --git a/.gitignore b/.gitignore index 72f9d48..cd47245 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ server.js chromedriver.log *.baseline *.iml -.idea/ \ No newline at end of file +.idea/ +.DS_Store diff --git a/tests/cases/child-textnodes.html b/tests/cases/child-textnodes.html new file mode 100644 index 0000000..ea5cafe --- /dev/null +++ b/tests/cases/child-textnodes.html @@ -0,0 +1,22 @@ + + + + Inline text in the top element + + + + + + + Some inline text followed by text in span followed by more inline text. +

Then a block level element.

+ Then more inline text. + +