blob: 483d7f065de6d671a916be8e61c510e17d415808 [file] [log] [blame]
This is a testharness.js-based test.
FAIL Element.prepend() without any argument, on a parent having no child. parent.prepend is not a function
FAIL Element.prepend() with null as an argument, on a parent having no child. parent.prepend is not a function
FAIL Element.prepend() with undefined as an argument, on a parent having no child. parent.prepend is not a function
FAIL Element.prepend() with only text as an argument, on a parent having no child. parent.prepend is not a function
FAIL Element.prepend() with only one element as an argument, on a parent having no child. parent.prepend is not a function
FAIL Element.prepend() with null as an argument, on a parent having a child. parent.prepend is not a function
FAIL Element.prepend() with one element and text as argument, on a parent having a child. parent.prepend is not a function
FAIL DocumentFrgment.prepend() without any argument, on a parent having no child. parent.prepend is not a function
FAIL DocumentFrgment.prepend() with null as an argument, on a parent having no child. parent.prepend is not a function
FAIL DocumentFrgment.prepend() with undefined as an argument, on a parent having no child. parent.prepend is not a function
FAIL DocumentFrgment.prepend() with only text as an argument, on a parent having no child. parent.prepend is not a function
FAIL DocumentFrgment.prepend() with only one element as an argument, on a parent having no child. parent.prepend is not a function
FAIL DocumentFrgment.prepend() with null as an argument, on a parent having a child. parent.prepend is not a function
FAIL DocumentFrgment.prepend() with one element and text as argument, on a parent having a child. parent.prepend is not a function
Harness: the test ran to completion.