| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| @font-face { | |
| font-family: "FontFeaturesTestOTF"; | |
| src: url("resources/FontWithFeatures.otf") format("opentype"); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This test makes sure that calc() can be used in font-feature-settings. | |
| <div style="font: 48px 'FontFeaturesTestOTF';"> | |
| <span style="font-feature-settings: 'zero' calc(3 - 2);">W</span> | |
| </div> | |
| </body> | |
| <html> |