Title: [283086] trunk/LayoutTests/imported/w3c
Revision
283086
Author
[email protected]
Date
2021-09-25 23:21:43 -0700 (Sat, 25 Sep 2021)

Log Message

Test palette animations
https://bugs.webkit.org/show_bug.cgi?id=230677
<rdar://problem/83437391>

Fix palette animations tests after r283077.

Unreviewed.

* web-platform-tests/css/css-fonts/animations/font-palette-animation-2-expected.html:
* web-platform-tests/css/css-fonts/animations/font-palette-animation-2.html:
* web-platform-tests/css/css-fonts/animations/font-palette-animation-3-expected-mismatch.html:
* web-platform-tests/css/css-fonts/animations/font-palette-animation-3.html:
* web-platform-tests/css/css-fonts/animations/font-palette-animation-expected.html:
* web-platform-tests/css/css-fonts/animations/font-palette-animation.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (283085 => 283086)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-26 04:31:22 UTC (rev 283085)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-26 06:21:43 UTC (rev 283086)
@@ -4,6 +4,23 @@
         https://bugs.webkit.org/show_bug.cgi?id=230677
         <rdar://problem/83437391>
 
+        Fix palette animations tests after r283077.
+
+        Unreviewed.
+
+        * web-platform-tests/css/css-fonts/animations/font-palette-animation-2-expected.html:
+        * web-platform-tests/css/css-fonts/animations/font-palette-animation-2.html:
+        * web-platform-tests/css/css-fonts/animations/font-palette-animation-3-expected-mismatch.html:
+        * web-platform-tests/css/css-fonts/animations/font-palette-animation-3.html:
+        * web-platform-tests/css/css-fonts/animations/font-palette-animation-expected.html:
+        * web-platform-tests/css/css-fonts/animations/font-palette-animation.html:
+
+2021-09-25  Myles C. Maxfield  <[email protected]>
+
+        Test palette animations
+        https://bugs.webkit.org/show_bug.cgi?id=230677
+        <rdar://problem/83437391>
+
         Reviewed by Simon Fraser.
 
         These are being upstreamed at https://github.com/web-platform-tests/wpt/pull/30955.

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-2-expected.html (283085 => 283086)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-2-expected.html	2021-09-26 04:31:22 UTC (rev 283085)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-2-expected.html	2021-09-26 06:21:43 UTC (rev 283086)
@@ -8,7 +8,7 @@
 <style>
 @font-face {
     font-family: "Ahem-COLR";
-    src: url("../resources/Ahem-COLOR-palettes.ttf") format("truetype");
+    src: url("../resources/Ahem-COLR-palettes.ttf") format("truetype");
 }
 
 @font-palette-values Palette0 {

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-2.html (283085 => 283086)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-2.html	2021-09-26 04:31:22 UTC (rev 283085)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-2.html	2021-09-26 06:21:43 UTC (rev 283086)
@@ -9,7 +9,7 @@
 <style>
 @font-face {
     font-family: "Ahem-COLR";
-    src: url("../resources/Ahem-COLOR-palettes.ttf") format("truetype");
+    src: url("../resources/Ahem-COLR-palettes.ttf") format("truetype");
 }
 
 @font-palette-values Palette0 {

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-3-expected-mismatch.html (283085 => 283086)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-3-expected-mismatch.html	2021-09-26 04:31:22 UTC (rev 283085)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-3-expected-mismatch.html	2021-09-26 06:21:43 UTC (rev 283086)
@@ -8,7 +8,7 @@
 <style>
 @font-face {
     font-family: "Ahem-COLR";
-    src: url("../resources/Ahem-COLOR-palettes.ttf") format("truetype");
+    src: url("../resources/Ahem-COLR-palettes.ttf") format("truetype");
 }
 
 @font-palette-values Palette0 {

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-3.html (283085 => 283086)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-3.html	2021-09-26 04:31:22 UTC (rev 283085)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-3.html	2021-09-26 06:21:43 UTC (rev 283086)
@@ -9,7 +9,7 @@
 <style>
 @font-face {
     font-family: "Ahem-COLR";
-    src: url("../resources/Ahem-COLOR-palettes.ttf") format("truetype");
+    src: url("../resources/Ahem-COLR-palettes.ttf") format("truetype");
 }
 
 @font-palette-values Palette0 {

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-expected.html (283085 => 283086)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-expected.html	2021-09-26 04:31:22 UTC (rev 283085)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-expected.html	2021-09-26 06:21:43 UTC (rev 283086)
@@ -8,7 +8,7 @@
 <style>
 @font-face {
     font-family: "Ahem-COLR";
-    src: url("../resources/Ahem-COLOR-palettes.ttf") format("truetype");
+    src: url("../resources/Ahem-COLR-palettes.ttf") format("truetype");
 }
 
 @font-palette-values Palette0 {

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation.html (283085 => 283086)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation.html	2021-09-26 04:31:22 UTC (rev 283085)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation.html	2021-09-26 06:21:43 UTC (rev 283086)
@@ -9,7 +9,7 @@
 <style>
 @font-face {
     font-family: "Ahem-COLR";
-    src: url("../resources/Ahem-COLOR-palettes.ttf") format("truetype");
+    src: url("../resources/Ahem-COLR-palettes.ttf") format("truetype");
 }
 
 @font-palette-values Palette0 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to