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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html

Issue 1169613002: Remove unnecessary testRunner.dumpAsText in LayoutTests/fast/dom/shadow (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/fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html b/LayoutTests/fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html
index 8f8591c89922eb12ec9aeed4099bfa71a356e203..484dddcb5fbc931687c56e5e1fce4f5c7a04bc92 100644
--- a/LayoutTests/fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html
+++ b/LayoutTests/fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html
@@ -65,15 +65,7 @@ function testMouseEventOffset()
shouldBe("eventRecords['top']['offsetX']", "80 / 2 + 100");
}
-function test()
-{
- if (window.testRunner)
- testRunner.dumpAsText();
-
- testMouseEventOffset();
-}
-
-test();
+testMouseEventOffset();
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-contents-event.html ('k') | LayoutTests/fast/dom/shadow/shadow-root-activeElement.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698