Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-caps-expected.html b/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric.html |
| similarity index 92% |
| copy from third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-caps-expected.html |
| copy to third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric.html |
| index 1c2f2cab232198093df0d223ba106e3d2d10b905..d00d94d261b8e00e06902ca0c85bc004f6a6b908 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-caps-expected.html |
| +++ b/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric.html |
| @@ -14,7 +14,7 @@ |
| <body> |
| <div id="content"></div> |
| <script type="text/javascript"> |
| - document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "font-variant-caps", true, false)); |
| + document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "font-variant-numeric", false, false)); |
| </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
|
| </body> |
| </html> |