Chromium Code Reviews| Index: LayoutTests/fast/canvas/crash-set-font.html |
| =================================================================== |
| --- LayoutTests/fast/canvas/crash-set-font.html (revision 126960) |
| +++ LayoutTests/fast/canvas/crash-set-font.html (working copy) |
| @@ -9,6 +9,7 @@ |
| oContext2d.font = "small-caps .0ex G"; |
| oContext2d.font = "italic .0ex G"; |
| oContext2d.font = "italic 400 .0ex G"; |
| + oContext2d.font = "italic 400 small/.0ex G"; |
| </script> |
| </head> |
| <body> |