Index: LayoutTests/fast/css/fontface-properties-expected.txt |
diff --git a/LayoutTests/fast/css/fontface-properties-expected.txt b/LayoutTests/fast/css/fontface-properties-expected.txt |
index d357b8862b12a08ca0bc49379eef43d3a7e28210..84ff94a4fc2064efdbf50815f5215594f4e5d950 100644 |
--- a/LayoutTests/fast/css/fontface-properties-expected.txt |
+++ b/LayoutTests/fast/css/fontface-properties-expected.txt |
@@ -32,7 +32,7 @@ PASS modifiedFace.unicodeRange is "U+0-3FF" |
PASS modifiedFace.variant is "small-caps" |
PASS modifiedFace.featureSettings is "'dlig' 1, 'liga' 0" |
-PASS new FontFace('test', 'invalid_src', {}) threw exception SyntaxError: Failed to construct 'FontFace': The source provided ('invalid_src') could not be parsed as a value list.. |
+PASS new FontFace('test', 'invalid_src') threw exception SyntaxError: Failed to construct 'FontFace': The source provided ('invalid_src') could not be parsed as a value list.. |
PASS face.style = '' threw exception SyntaxError: Failed to set the 'style' property on 'FontFace': Failed to set '' as a property value.. |
PASS face.weight = 'a' threw exception SyntaxError: Failed to set the 'weight' property on 'FontFace': Failed to set 'a' as a property value.. |
PASS face.unicodeRange = 'U+' threw exception SyntaxError: Failed to set the 'unicodeRange' property on 'FontFace': Failed to set 'U+' as a property value.. |