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

Side by Side Diff: LayoutTests/fast/text/font-initial.html

Issue 183703003: Remove more testRunner.display() calls from LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Just delete an svg crash test Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <p> 1 <p>
2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12039">http://bu gs.webkit.org/show_bug.cgi?id=12039</a> 2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12039">http://bu gs.webkit.org/show_bug.cgi?id=12039</a>
3 Assertion failure in WebCore::Font::primaryFont</i>. 3 Assertion failure in WebCore::Font::primaryFont</i>.
4 </p> 4 </p>
5 <span style="font: initial;">PASS</span> 5 <span style="font: initial;">PASS</span>
6 <script src="../../run-after-display.js"></script>
6 <script> 7 <script>
8 if (window.testRunner)
9 testRunner.waitUntilDone();
7 // Makes the rendering code run even when not running as a pixel test. 10 // Makes the rendering code run even when not running as a pixel test.
8 if (window.testRunner) 11 runAfterDisplay(testRunner.notifyDone);
jamesr 2014/02/27 23:56:07 this should be inside the window.testRunner check,
9 testRunner.display();
10 </script> 12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698