OLD | NEW |
---|---|
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> |
OLD | NEW |