Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
|
drott
2016/10/12 11:01:59
Good test, thanks.
kojii
2016/10/12 11:14:52
;) Thanks for creating this framework, this is rea
| |
| 2 <script type="text/javascript" src="../../http/tests/inspector-protocol/inspecto r-protocol-test.js"></script> | |
| 3 <script type="text/javascript" src="../../http/tests/inspector-protocol/css-prot ocol-test.js"></script> | |
| 4 <script type="text/javascript" src="../../http/tests/inspector-protocol/dom-prot ocol-test.js"></script> | |
| 5 <script type="text/javascript" src="resources/layout-font-test.js"></script> | |
| 6 <style> | |
| 7 .test { | |
| 8 font-family: system-ui; | |
| 9 } | |
| 10 #system-ui-20pt { | |
| 11 font-size: 20pt; | |
| 12 } | |
| 13 </style> | |
| 14 <div class="test"> | |
| 15 <div id="system-ui">This text should use the system font.</div> | |
| 16 <div id="system-ui-20pt">This text should use the system font.</div> | |
| 17 </div> | |
| OLD | NEW |