fix diff of css rule removal
This commit is contained in:
parent
dc9cae09fc
commit
63a7461657
6 changed files with 41 additions and 6 deletions
|
|
@ -5,6 +5,7 @@ mock.window = new function() {
|
|||
window.document.childNodes = []
|
||||
window.document.createElement = function(tag) {
|
||||
return {
|
||||
style: {},
|
||||
childNodes: [],
|
||||
nodeName: tag.toUpperCase(),
|
||||
appendChild: window.document.appendChild,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue