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

Unified Diff: LayoutTests/inspector/console/console-copy-treeoutline.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
Index: LayoutTests/inspector/console/console-copy-treeoutline.html
diff --git a/LayoutTests/inspector/console/console-copy-treeoutline.html b/LayoutTests/inspector/console/console-copy-treeoutline.html
index eb045e3952562ce697c1939f7599b3c44b3d2bb0..e6e7706582f5459536aa10578ef7267dad7ccc6a 100644
--- a/LayoutTests/inspector/console/console-copy-treeoutline.html
+++ b/LayoutTests/inspector/console/console-copy-treeoutline.html
@@ -12,7 +12,10 @@ function prepareForTest()
console.log(anObject);
runTest();
}
+//# sourceURL=console-copy-treeoutline.html
+</script>
+<script>
function test()
{
InspectorTest.fixConsoleViewportDimensions(600, 200);

Powered by Google App Engine
This is Rietveld 408576698