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

Unified Diff: LayoutTests/svg/as-image/svg-as-image-intrinsic-size.html

Issue 1011393006: Fix typo in layout test in rarely taken code branch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/as-image/svg-as-image-intrinsic-size.html
diff --git a/LayoutTests/svg/as-image/svg-as-image-intrinsic-size.html b/LayoutTests/svg/as-image/svg-as-image-intrinsic-size.html
index 09d8a993b975ebde364315f256387b3667d92536..da28ae2f27aab99f0d8eb75d0e7111306f8a77e2 100644
--- a/LayoutTests/svg/as-image/svg-as-image-intrinsic-size.html
+++ b/LayoutTests/svg/as-image/svg-as-image-intrinsic-size.html
@@ -12,7 +12,7 @@
assert_equals(img.height, 440);
this.done();
} else {
- setTimeout(t.step_func(waitForComplete.bind(this, img, i + 1)), 1);
+ setTimeout(this.step_func(waitForComplete.bind(this, img, i + 1)), 1);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698