Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
don't mute during rendering: remove test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 27, 2013
1 parent ae04a57 commit 0f72cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/js/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ suite('Shadow DOM', function() {

assert.equal(getVisualInnerHtml(outer), '<inner>inner</inner>outer');
});

/*
test('no mutation events during rendering', function() {
var div = document.createElement('div');
div.innerHTML = '<a>b</a>';
Expand All @@ -490,4 +490,5 @@ suite('Shadow DOM', function() {
assert.equal(count, 0);
});
*/
});

0 comments on commit 0f72cea

Please sign in to comment.