Title: [275347] trunk/LayoutTests/imported/w3c
- Revision
- 275347
- Author
- grao...@webkit.org
- Date
- 2021-03-31 23:38:24 -0700 (Wed, 31 Mar 2021)
Log Message
Unreviewed. Import WPT test modified in https://github.com/web-platform-tests/wpt/pull/28315
with updated expectation showing a slight progression in a failing test (we fail the second
assertion instead of the first one).
* web-platform-tests/css/css-fonts/animations/font-stretch-interpolation-expected.txt:
* web-platform-tests/css/css-fonts/animations/font-stretch-interpolation.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (275346 => 275347)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2021-04-01 06:33:21 UTC (rev 275346)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2021-04-01 06:38:24 UTC (rev 275347)
@@ -1,3 +1,12 @@
+2021-03-31 Antoine Quint <grao...@webkit.org>
+
+ Unreviewed. Import WPT test modified in https://github.com/web-platform-tests/wpt/pull/28315
+ with updated expectation showing a slight progression in a failing test (we fail the second
+ assertion instead of the first one).
+
+ * web-platform-tests/css/css-fonts/animations/font-stretch-interpolation-expected.txt:
+ * web-platform-tests/css/css-fonts/animations/font-stretch-interpolation.html:
+
2021-03-31 Robert Jenner <jen...@apple.com>
REGRESSION (r275227): [ macOS iOS Release ] imported/w3c/web-platform-tests/css/css-transitions/properties-value-003.html is a constant failure
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation-expected.txt (275346 => 275347)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation-expected.txt 2021-04-01 06:33:21 UTC (rev 275346)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation-expected.txt 2021-04-01 06:38:24 UTC (rev 275347)
@@ -184,5 +184,5 @@
PASS Web Animations: property <font-stretch> from [normal] to [extra-expanded] at (0.25) should be [semi-expanded]
PASS Web Animations: property <font-stretch> from [normal] to [extra-expanded] at (0.5) should be [expanded]
PASS Web Animations: property <font-stretch> from [normal] to [extra-expanded] at (1) should be [extra-expanded]
-FAIL An interpolation to inherit updates correctly on a parent style change. assert_equals: expected "150%" but got "extra-expanded"
+FAIL An interpolation to inherit updates correctly on a parent style change. assert_equals: expected "condensed" but got "extra-expanded"
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation.html (275346 => 275347)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation.html 2021-04-01 06:33:21 UTC (rev 275346)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-stretch-interpolation.html 2021-04-01 06:38:24 UTC (rev 275347)
@@ -155,10 +155,10 @@
var anim = target.animate({fontStretch: ['normal', 'inherit']}, 1000);
anim.pause();
anim.currentTime = 500;
- assert_equals(getComputedStyle(target).fontStretch, '150%');
+ assert_equals(getComputedStyle(target).fontStretch, 'extra-expanded');
container.setAttribute('class', 'container2');
- assert_equals(getComputedStyle(target).fontStretch, '75%');
+ assert_equals(getComputedStyle(target).fontStretch, 'condensed');
}, "An interpolation to inherit updates correctly on a parent style change.");
</script>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes