Pass | input element's value should be cloned | Asserts runPass | assert_equals("foo bar", "foo bar")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:21:3) |
|
Pass | input element's dirty value flag should be cloned, so setAttribute doesn't affect the cloned input's value | Asserts runPass | assert_equals("foo bar", "foo bar")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:31:3) |
|
Pass | input[type=button] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=button] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=button] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=checkbox] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=checkbox] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=checkbox] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=color] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=color] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=color] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=date] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=date] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=date] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=datetime-local] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=datetime-local] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=datetime-local] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=email] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=email] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=email] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=file] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=file] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=file] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=hidden] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=hidden] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=hidden] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=image] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=image] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=image] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=month] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=month] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=month] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=number] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=number] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=number] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=password] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=password] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=password] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=radio] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=radio] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=radio] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=range] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=range] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=range] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=reset] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=reset] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=reset] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=search] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=search] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=search] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=submit] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=submit] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=submit] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=tel] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=tel] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=tel] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=text] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=text] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=text] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=time] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=time] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=time] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=url] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=url] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=url] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|
Pass | input[type=week] element's indeterminateness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:41:5) |
|
Pass | input[type=week] element's checkedness should be cloned | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:50:5) |
|
Pass | input[type=week] element's dirty checkedness should be cloned, so setAttribute doesn't affect the cloned input's checkedness | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/cloning-steps.html:61:5) |
|