Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Unified Diff: sky/tests/mutation-observer/observe-subtree.sky

Issue 688033003: Fix line numbers in JavaScript stack traces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Remove unnecessary Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/mutation-observer/mutation-record-nullity.sky ('k') | sky/tests/parser/script-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/mutation-observer/observe-subtree.sky
diff --git a/sky/tests/mutation-observer/observe-subtree.sky b/sky/tests/mutation-observer/observe-subtree.sky
index 075c11b2d8b206a72f6608d9c1d7c191c93ed529..8840532f79b250e724e64c029e159a438b293fde 100644
--- a/sky/tests/mutation-observer/observe-subtree.sky
+++ b/sky/tests/mutation-observer/observe-subtree.sky
@@ -195,8 +195,11 @@ describe('MutationObserver.observe on a subtree', function() {
it('should have correct behavior of transient observation with complex movement', function(done) {
var observer;
+ var text;
var subDiv;
var mutations;
+ var subDiv2;
+ var subDiv3;
function start() {
var div = document.createElement('div');
« no previous file with comments | « sky/tests/mutation-observer/mutation-record-nullity.sky ('k') | sky/tests/parser/script-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698