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

Unified Diff: LayoutTests/fast/table/empty-section-crash.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/fast/table/empty-section-crash.html
diff --git a/LayoutTests/fast/table/empty-section-crash.html b/LayoutTests/fast/table/empty-section-crash.html
deleted file mode 100644
index b970ed3b420062f47814cf396fe70560f1a95ae9..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/table/empty-section-crash.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<html>
-<head>
- <title></title>
- <script type="text/javascript">
- function finish()
- {
- /* Since the crash happens in painting code, force painting. This
- makes the test work even when run without the --pixel option. */
- testRunner.display();
- testRunner.notifyDone();
- }
-
- function test()
- {
- if (window.testRunner) {
- testRunner.waitUntilDone();
- setTimeout(finish, 0);
- testRunner.dumpAsText();
- }
- }
- </script>
-</head>
-<body onload="test();">
- <p>
- Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9009">http://bugzilla.opendarwin.org/show_bug.cgi?id=9009</a>
- REGRESSION: ToT crash in WebCore at Zap2it</i>.
- </p>
- <p>
- No crash means PASS.
- </p>
- <table style="position: absolute; top: -6px; border-collapse: collapse; border-top: 10px solid; width: 100px; height: 100px;">
- <tbody></tbody>
- <tbody><tr><td></td></tr></tbody>
- </table>
-</body>

Powered by Google App Engine
This is Rietveld 408576698