Title: [284066] trunk/LayoutTests/imported/w3c
Revision
284066
Author
[email protected]
Date
2021-10-12 17:24:27 -0700 (Tue, 12 Oct 2021)

Log Message

WPT test gardening for font palettes
https://bugs.webkit.org/show_bug.cgi?id=231649

This is being upstreamed in https://github.com/web-platform-tests/wpt/pull/30959.

Unreviewed.

* web-platform-tests/css/css-fonts/font-palette-add-2.html:
* web-platform-tests/css/css-fonts/font-palette-modify-2.html:
* web-platform-tests/css/css-fonts/font-palette-remove-2.html:
* web-platform-tests/css/css-fonts/parsing/font-palette-invalid.html:
* web-platform-tests/css/css-fonts/parsing/font-palette-valid.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (284065 => 284066)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-10-13 00:18:56 UTC (rev 284065)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-10-13 00:24:27 UTC (rev 284066)
@@ -1,3 +1,18 @@
+2021-10-12  Myles C. Maxfield  <[email protected]>
+
+        WPT test gardening for font palettes
+        https://bugs.webkit.org/show_bug.cgi?id=231649
+
+        This is being upstreamed in https://github.com/web-platform-tests/wpt/pull/30959.
+
+        Unreviewed.
+
+        * web-platform-tests/css/css-fonts/font-palette-add-2.html:
+        * web-platform-tests/css/css-fonts/font-palette-modify-2.html:
+        * web-platform-tests/css/css-fonts/font-palette-remove-2.html:
+        * web-platform-tests/css/css-fonts/parsing/font-palette-invalid.html:
+        * web-platform-tests/css/css-fonts/parsing/font-palette-valid.html:
+
 2021-10-12  Sihui Liu  <[email protected]>
 
         Implement FileSystemSyncAccessHandle read() and write()

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-add-2.html (284065 => 284066)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-add-2.html	2021-10-13 00:18:56 UTC (rev 284065)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-add-2.html	2021-10-13 00:24:27 UTC (rev 284066)
@@ -5,7 +5,7 @@
 <title>Tests that dynamically adding font-palette causes the necessary rendering update</title>
 <link rel="help" href=""
 <link rel="author" title="Myles C. Maxfield" href=""
-<link rel="mismatch" href=""
+<link rel="match" href=""
 <style>
 @font-face {
     font-family: "COLR-test-font";

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-modify-2.html (284065 => 284066)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-modify-2.html	2021-10-13 00:18:56 UTC (rev 284065)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-modify-2.html	2021-10-13 00:24:27 UTC (rev 284066)
@@ -5,7 +5,7 @@
 <title>Tests that dynamically modifying font-palette causes the necessary rendering update</title>
 <link rel="help" href=""
 <link rel="author" title="Myles C. Maxfield" href=""
-<link rel="mismatch" href=""
+<link rel="match" href=""
 <style>
 @font-face {
     font-family: "COLR-test-font";

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-remove-2.html (284065 => 284066)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-remove-2.html	2021-10-13 00:18:56 UTC (rev 284065)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/font-palette-remove-2.html	2021-10-13 00:24:27 UTC (rev 284066)
@@ -5,7 +5,7 @@
 <title>Tests that dynamically removing font-palette causes the necessary rendering update</title>
 <link rel="help" href=""
 <link rel="author" title="Myles C. Maxfield" href=""
-<link rel="mismatch" href=""
+<link rel="match" href=""
 <style>
 @font-face {
     font-family: "COLR-test-font";

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-invalid.html (284065 => 284066)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-invalid.html	2021-10-13 00:18:56 UTC (rev 284065)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-invalid.html	2021-10-13 00:24:27 UTC (rev 284066)
@@ -4,7 +4,7 @@
 <meta charset="utf-8">
 <title>CSS Fonts Module Level 4: parsing font-palette with invalid values</title>
 <link rel="help" href=""
-<meta name="assert" content="font-palette supports only the grammar 'none | normal | light | dark | <palette-identifier>'.">
+<meta name="assert" content="font-palette supports only the grammar 'normal | light | dark | <palette-identifier>'.">
 <script src=""
 <script src=""
 <script src=""

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-valid.html (284065 => 284066)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-valid.html	2021-10-13 00:18:56 UTC (rev 284065)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/parsing/font-palette-valid.html	2021-10-13 00:24:27 UTC (rev 284066)
@@ -4,7 +4,7 @@
 <meta charset="utf-8">
 <title>CSS Fonts Module Level 4: parsing font-palette with valid values</title>
 <link rel="help" href=""
-<meta name="assert" content="font-palette supports the full grammar 'none | normal | light | dark | <palette-identifier>'.">
+<meta name="assert" content="font-palette supports the full grammar 'normal | light | dark | <palette-identifier>'.">
 <script src=""
 <script src=""
 <script src=""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to