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

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

Issue 196573042: Remove display() from more layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More expectations 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>
7 // Makes the rendering code run even when not running as a pixel test.
8 if (window.testRunner)
9 testRunner.display();
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698