From f1d098ff36a70978255e946571245a9b7bd10e4d Mon Sep 17 00:00:00 2001 From: Luke Bjerring Date: Sat, 7 Jul 2018 00:16:56 +0000 Subject: [PATCH] Bug 1473594 [wpt PR 9771] - Clean up the css-font-loading IDL test, a=testonly Automatic update from web-platform-testsClean up the css-font-loading IDL test (#9771) -- wpt-commits: 5c05fc07d58b1352de26f62434103c8ec3941749 wpt-pr: 9771 --- testing/web-platform/meta/MANIFEST.json | 4 +-- .../css-font-loading/idlharness.https.html | 33 +++++++++---------- .../tests/interfaces/css-font-loading.idl | 6 +--- 3 files changed, 19 insertions(+), 24 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 684cb5c2186e..db8b78c834b5 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -512493,7 +512493,7 @@ "testharness" ], "css/css-font-loading/idlharness.https.html": [ - "00399ffcb0ff8000e79ab4aeefdb90cabdb0fd4d", + "93c01c16bf27adc0789dda15dd2e704b96715415", "testharness" ], "css/css-fonts/META.yml": [ @@ -593653,7 +593653,7 @@ "support" ], "interfaces/css-font-loading.idl": [ - "9f2f252c5b63c159d9680de46a932bfa4335bf11", + "5859e4051abccfcc6158e8731e82da1453fcafb9", "support" ], "interfaces/css-fonts.idl": [ diff --git a/testing/web-platform/tests/css/css-font-loading/idlharness.https.html b/testing/web-platform/tests/css/css-font-loading/idlharness.https.html index 037e62f9949d..d507a61efafe 100644 --- a/testing/web-platform/tests/css/css-font-loading/idlharness.https.html +++ b/testing/web-platform/tests/css/css-font-loading/idlharness.https.html @@ -6,25 +6,24 @@ diff --git a/testing/web-platform/tests/interfaces/css-font-loading.idl b/testing/web-platform/tests/interfaces/css-font-loading.idl index 3b5a2bc50bee..020c4d234a3e 100644 --- a/testing/web-platform/tests/interfaces/css-font-loading.idl +++ b/testing/web-platform/tests/interfaces/css-font-loading.idl @@ -1,8 +1,3 @@ -// GENERATED CONTENT - DO NOT EDIT -// Content of this file was automatically extracted from the -// "CSS Font Loading Module Level 3" spec. -// See: https://drafts.csswg.org/css-font-loading/ - typedef (ArrayBuffer or ArrayBufferView) BinaryData; dictionary FontFaceDescriptors { @@ -89,3 +84,4 @@ interface FontFaceSource { Document implements FontFaceSource; WorkerGlobalScope implements FontFaceSource; +