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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/layout-fonts/generic-system-ui.html

Issue 2137483004: Enable "system-ui" generic font family (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor and cleanup Created 4 years, 2 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 unified diff | Download patch
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698