Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <script src='../resources/multi-segment-polygon.js'></script> | |
| 4 </head> | |
| 5 <body onload="generatePolygon(250, 100, 50, [0,0,100,0,100,25,150,25,150,0,250,0 ,250,100,0,100], 'XX<br/>XX')"> | |
| 6 This test requires the Ahem font, and should display a 2x2 green square. | |
| 7 It tests that a line break moves text down, not just to the next segment. | |
| 8 </body> | |
| 9 </html> | |
| OLD | NEW |