### Version 1.0.0-beta.18 ### Reproduction link [https://codesandbox.io/s/vx48ovm23](https://codesandbox.io/s/vx48ovm23) ### Steps to reproduce Create a component that uses v-html directive and test that it .is() the right element type if the v-if directive evaluates to true ### What is expected? is('div') returns true ### What is actually happening? is('div') returns false <!-- generated by vue-issues. DO NOT REMOVE -->