Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Fix tests for existing elements #311

Merged
merged 1 commit into from Nov 27, 2013

Commits on Nov 20, 2013

  1. Fix tests for existing elements

    The type of a just created HTMLElement is never undefined, it is
    actually an object of type HTMLUnknownElement. So now instead of
    comparing to undefined, the tests check if the element is an instance of
    HTMLUnknownElement and fails if it is.
    lucianafujii committed Nov 20, 2013
    Copy the full SHA
    00163d9 View commit details
    Browse the repository at this point in the history