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

Side by Side Diff: third_party/WebKit/LayoutTests/fonts/system-font.html

Issue 2138613002: Set the font family for the "system-ui" generic font family on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WIP 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>
2 <div id=log></div>
3 <script>
4 'use strict'
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 if (window.internals)
8 log.textContent = `systemFontFamily is "${internals.systemFontFamily}".`;
9 else
10 log.textContent = 'This test requires window.internals.';
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698