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

Unified Diff: sky/tests/lowlevel/abarth.sky

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/tests/lowlevel/abarth.sky
diff --git a/sky/tests/lowlevel/abarth.sky b/sky/tests/lowlevel/abarth.sky
index f604ce2199ff69949dd1ae4a98fa3e50303d1db1..7af756eabae6c1520091137f3a3bc4cd7ae480a9 100644
--- a/sky/tests/lowlevel/abarth.sky
+++ b/sky/tests/lowlevel/abarth.sky
@@ -75,5 +75,10 @@ a {
<div class="photograph-credit">
Photograph by <a href="http://www.flickr.com/photos/lesphotosdejerome/">Jérôme</a>
</div>
+<script>
+window.setTimeout(function() {
+ throw "bar";
+}, 10000);
+</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698