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

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: drott nit 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/layout-fonts/generic-system-ui-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/linux/inspector-protocol/layout-fonts/generic-system-ui-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698