Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: third_party/WebKit/LayoutTests/fast/css/fontface-properties.html

Issue 1369513002: FontFace WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/fontface-properties-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/fontface-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698