Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/css-font-display/font-display-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/font-display-expected.html b/third_party/WebKit/LayoutTests/external/wpt/css-font-display/font-display-expected.html |
| similarity index 94% |
| rename from third_party/WebKit/LayoutTests/http/tests/webfont/font-display-expected.html |
| rename to third_party/WebKit/LayoutTests/external/wpt/css-font-display/font-display-expected.html |
| index b61799fa8ff83db05137b2c6192e1efeca25a4c0..d420deae2b8e07ba6db9661890241bb579b2d835 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/webfont/font-display-expected.html |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/css-font-display/font-display-expected.html |
| @@ -1,7 +1,11 @@ |
| <!DOCTYPE html> |
| <title>Test for font-display @font-face descriptor</title> |
| -<script src="/js-test-resources/ahem.js"></script> |
| <style> |
| +@font-face { |
|
foolip
2017/05/29 15:35:20
This block ought not be needed, wpt assumes that A
Kunihiko Sakamoto
2017/05/30 04:11:10
Ah, the test passed without this rule. Removed.
|
| + font-family: Ahem; |
| + src: url(resources/slow-ahem-loading.py?ms=0); |
| +} |
| + |
| .ahem { |
| font-family: Ahem; |
| } |