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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric.html

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: eae@'s review comments addressed Created 4 years, 7 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
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- Test case adapted from Mozilla tests for font-variant-subproperties availab le under 2 <!-- Test case adapted from Mozilla tests for font-variant-subproperties availab le under
3 http://creativecommons.org/publicdomain/zero/1.0/ 3 http://creativecommons.org/publicdomain/zero/1.0/
4 See discussion on https://bugzilla.mozilla.org/show_bug.cgi?id=1261445 4 See discussion on https://bugzilla.mozilla.org/show_bug.cgi?id=1261445
5 --> 5 -->
6 <html lang="en"> 6 <html lang="en">
7 <head> 7 <head>
8 <title>font-variant-caps test</title> 8 <title>font-variant-caps test</title>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 <script type="text/javascript" src="resources/gsubtest-features.js"></script> 10 <script type="text/javascript" src="resources/gsubtest-features.js"></script>
11 <script type="text/javascript" src="resources/font-variant-features.js"></script > 11 <script type="text/javascript" src="resources/font-variant-features.js"></script >
12 <link rel="stylesheet" href="resources/font-variant-features.css" type="text/css "/> 12 <link rel="stylesheet" href="resources/font-variant-features.css" type="text/css "/>
13 </head> 13 </head>
14 <body> 14 <body>
15 <div id="content"></div> 15 <div id="content"></div>
16 <script type="text/javascript"> 16 <script type="text/javascript">
17 document.getElementById("content").appendChild(createFeatureTestTable(gPropert yData, "font-variant-caps", true, false)); 17 document.getElementById("content").appendChild(createFeatureTestTable(gPropert yData, "font-variant-numeric", false, false));
18 </script> 18 </script>
Timothy Loh 2016/05/11 06:47:25 Can we just testRunner.dumpAsText() to avoid the n
drott 2016/05/11 08:10:46 No, because the PASS, FAIL results are single glyp
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698