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

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

Issue 2640753002: CSS font-display: expose display property on FontFace (Closed)
Patch Set: Fix webexposed Created 3 years, 11 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
Index: third_party/WebKit/LayoutTests/fast/css/fontface-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/fontface-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/css/fontface-properties-expected.txt
index 506c6cc7a50d81dd78579542c8e686b2dbb5477c..d19d79b2693c5d414cb56f9ef0b11c49f8d25e9a 100644
--- a/third_party/WebKit/LayoutTests/fast/css/fontface-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/fontface-properties-expected.txt
@@ -9,6 +9,7 @@ PASS ahemFace.weight is "300"
PASS ahemFace.unicodeRange is "U+0-3FF"
PASS ahemFace.variant is "small-caps"
PASS ahemFace.featureSettings is "'dlig' 1"
+PASS ahemFace.display is "block"
PASS defaultFace.family is "defaultFace"
PASS defaultFace.style is "normal"
@@ -17,6 +18,7 @@ PASS defaultFace.stretch is "normal"
PASS defaultFace.unicodeRange is "U+0-10FFFF"
PASS defaultFace.variant is "normal"
PASS defaultFace.featureSettings is "normal"
+PASS defaultFace.display is "auto"
PASS constructedFace.family is "constructedFace"
PASS constructedFace.style is "oblique"
@@ -24,6 +26,7 @@ PASS constructedFace.weight is "bold"
PASS constructedFace.unicodeRange is "U+100-1FF, U+ABCD"
PASS constructedFace.variant is "small-caps"
PASS constructedFace.featureSettings is "'liga' 0"
+PASS constructedFace.display is "optional"
PASS modifiedFace.family is "modified"
PASS modifiedFace.style is "italic"
@@ -31,12 +34,14 @@ PASS modifiedFace.weight is "900"
PASS modifiedFace.unicodeRange is "U+0-3FF"
PASS modifiedFace.variant is "small-caps"
PASS modifiedFace.featureSettings is "'dlig' 1, 'liga' 0"
+PASS modifiedFace.display is "fallback"
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..
PASS face.variant = '???' threw exception SyntaxError: Failed to set the 'variant' property on 'FontFace': Failed to set '???' as a property value..
PASS face.featureSettings = null threw exception SyntaxError: Failed to set the 'featureSettings' property on 'FontFace': Failed to set 'null' as a property value..
+PASS face.display = 123 threw exception SyntaxError: Failed to set the 'display' property on 'FontFace': Failed to set '123' as a property value..
PASS promise1 === promise2 is true
PASS promise1 === promise3 is true
PASS "A network error occurred." is "A network error occurred."

Powered by Google App Engine
This is Rietveld 408576698