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

Unified Diff: LayoutTests/fast/dom/shadow/tabstop-property.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/tabstop-property.html
diff --git a/LayoutTests/fast/dom/shadow/tabstop-property.html b/LayoutTests/fast/dom/shadow/tabstop-property.html
index 05a008162759e05434fb4929f07992893328161a..dad39032d4b9b7fe4d56c6d641e218387a72beca 100644
--- a/LayoutTests/fast/dom/shadow/tabstop-property.html
+++ b/LayoutTests/fast/dom/shadow/tabstop-property.html
@@ -113,16 +113,8 @@ function test() {
shouldBeEqualToString("div.getAttribute('tabstop')", "invalid");
}
-function run_test() {
- if (window.testRunner)
- testRunner.dumpAsText();
-
- test();
-
- debug('Test finished.');
-}
-
-run_test();
+test();
+debug('Test finished.');
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698