Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [ | |
| 2 GarbageCollected | |
| 3 ] dictionary FontFaceDescriptors { | |
| 4 DOMString style = "normal"; | |
| 5 DOMString weight = "normal"; | |
| 6 DOMString stretch = "normal"; | |
| 7 DOMString unicodeRange = "U+0-10FFFF"; | |
| 8 DOMString variant = "normal"; | |
| 9 DOMString featureSettings = "normal"; | |
| 10 }; | |
| OLD | NEW |