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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/css-font-display/font-display-expected.html

Issue 2895123002: Convert CSS font-display test to wpt (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698