WebKit Bugzilla
Attachment 343755 Details for
Bug 187117
: Forwards-compatible parsing of @font-face src descriptor: split on commas, discard invalid parts rather than entire descriptor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase (requires Ahem)
test.html (text/html), 193 bytes, created by
fantasai
on 2018-06-27 15:03:46 PDT
(
hide
)
Description:
testcase (requires Ahem)
Filename:
MIME Type:
Creator:
fantasai
Created:
2018-06-27 15:03:46 PDT
Size:
193 bytes
patch
obsolete
><!DOCTYPE html> ><style> >@font-face { > font-family: "TEST"; > src: local("this is just a test"), invalid-junk(), local("Ahem"); >} >html { > font-family: TEST; > font-size: 4em; >} ></style> > >FAIL
<!DOCTYPE html> <style> @font-face { font-family: "TEST"; src: local("this is just a test"), invalid-junk(), local("Ahem"); } html { font-family: TEST; font-size: 4em; } </style> FAIL
View Attachment As Raw
Actions:
View
Attachments on
bug 187117
: 343755