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

Unified Diff: LayoutTests/inspector/console/console-assert.html

Issue 1218873002: Layout tests: unflake console tests that race with the main resource load. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | LayoutTests/inspector/console/console-assert-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-assert.html
diff --git a/LayoutTests/inspector/console/console-assert.html b/LayoutTests/inspector/console/console-assert.html
index 2c2f3999dc455a2a45311cf398b2c547a1173cdc..5f7dcc0b7febcf79f2b7ebbf2595ba0f614086a8 100644
--- a/LayoutTests/inspector/console/console-assert.html
+++ b/LayoutTests/inspector/console/console-assert.html
@@ -2,8 +2,8 @@
<head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/console-test.js"></script>
-<script>
+<script>
function b()
{
console.assert(false, 1);
@@ -14,7 +14,10 @@ function a()
{
b();
}
+//# sourceURL=console-assert.html
+</script>
+<script>
function test()
{
var callCount = 0;
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698