| Index: third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html b/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| index 4b1437d9d0cc2a3d929c52bfefe2d1e248a8e29d..2209adfe7ef6673dac4b857f72c4f05e820b4a76 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/fontface-properties.html
|
| @@ -72,6 +72,10 @@ function runTests() {
|
| shouldBeEqualToString('modifiedFace.featureSettings', "'dlig' 1, 'liga' 0");
|
|
|
| debug('');
|
| + serifFace = new FontFace('serif', 'local(baz)');
|
| + shouldBeEqualToString('serifFace.family', '');
|
| +
|
| + debug('');
|
| face = new FontFace('test', 'local(foo)');
|
| shouldThrow("face.style = ''");
|
| shouldThrow("face.weight = 'a'");
|
|
|