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

Unified Diff: LayoutTests/fast/css/font-face-src-parsing.html

Issue 1103273010: Add parseFontFaceDescriptor for @font-face handling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: V5 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 | « no previous file | LayoutTests/fast/css/font-face-src-parsing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-face-src-parsing.html
diff --git a/LayoutTests/fast/css/font-face-src-parsing.html b/LayoutTests/fast/css/font-face-src-parsing.html
index d4d069938447923272abe5a35832340b798d33f7..010ff95176bd6647f30233bac176e2ee648d770f 100644
--- a/LayoutTests/fast/css/font-face-src-parsing.html
+++ b/LayoutTests/fast/css/font-face-src-parsing.html
@@ -68,6 +68,15 @@
@font-face {
src: url(foo.ttf) !important;
}
+@font-face {
+ src: initial;
+}
+@font-face {
+ src: inherit;
+}
+@font-face {
+ src: unset;
+}
</style>
<p>Test parsing the src descriptor of @font-face.</p>
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-src-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698