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

Unified Diff: LayoutTests/inspector/timeline/timeline-layout.html

Issue 183703003: Remove more testRunner.display() calls from LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ditch fast/text/font-initial changes too Created 6 years, 10 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/timeline/timeline-layout.html
diff --git a/LayoutTests/inspector/timeline/timeline-layout.html b/LayoutTests/inspector/timeline/timeline-layout.html
index f40eef21a86f70c29b479786ca74e4c14e6d200b..bf7ebbfcc68e47381f2c6ffad85c8ced76b5fbde 100644
--- a/LayoutTests/inspector/timeline/timeline-layout.html
+++ b/LayoutTests/inspector/timeline/timeline-layout.html
@@ -25,9 +25,7 @@ function performActions()
function test()
{
- InspectorTest.evaluateInPage("testRunner.display()", function() {
- InspectorTest.performActionsAndPrint("performActions()", "Layout");
- });
+ InspectorTest.performActionsAndPrint("performActions()", "Layout");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698