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

Unified Diff: LayoutTests/fast/css/fontface-single-font-family-expected.txt

Issue 1116593003: Move font-family check to CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move check into CSSPropertyParser and add test Created 5 years, 8 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 | « LayoutTests/fast/css/fontface-single-font-family.html ('k') | Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/fontface-single-font-family-expected.txt
diff --git a/LayoutTests/fast/css/fontface-single-font-family-expected.txt b/LayoutTests/fast/css/fontface-single-font-family-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9f34b3f9ad81a1a62218683c1d33558de9197fe7
--- /dev/null
+++ b/LayoutTests/fast/css/fontface-single-font-family-expected.txt
@@ -0,0 +1,13 @@
+Test that @font-face has a single font-family-name.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.styleSheets[1].cssRules.length is 3
+PASS document.styleSheets[1].cssRules[0].style.fontFamily is ""
+PASS document.styleSheets[1].cssRules[1].style.fontFamily is "Ahem2"
+PASS document.styleSheets[1].cssRules[2].style.fontFamily is ""
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/fontface-single-font-family.html ('k') | Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698