Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 83c6cf35ee3de8fea68e6bef6f077a5106a7d3f4
      
https://github.com/WebKit/WebKit/commit/83c6cf35ee3de8fea68e6bef6f077a5106a7d3f4
  Author: Darin Adler <da...@apple.com>
  Date:   2025-05-26 (Mon, 26 May 2025)

  Changed paths:
    M LayoutTests/animations/fill-mode-reverse.html
    M LayoutTests/animations/spring-computed-style-expected.txt
    M LayoutTests/animations/spring-computed-style.html
    M LayoutTests/animations/spring-parsing-expected.txt
    M LayoutTests/animations/spring-parsing.html
    M LayoutTests/animations/unprefixed-properties-expected.txt
    M LayoutTests/animations/unprefixed-properties.html
    M LayoutTests/animations/unprefixed-shorthand-expected.txt
    M LayoutTests/animations/unprefixed-shorthand.html
    M LayoutTests/css3/calc/transitions-dependent.html
    M 
LayoutTests/css3/color-filters/color-filter-exposed-if-disabled-expected.txt
    M LayoutTests/css3/color-filters/color-filter-exposed-if-disabled.html
    M 
LayoutTests/css3/color-filters/color-filter-exposed-if-enabled-expected.txt
    M LayoutTests/css3/color-filters/color-filter-exposed-if-enabled.html
    M 
LayoutTests/css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt
    M 
LayoutTests/css3/filters/backdrop/backdropfilter-property-computed-style.html
    M 
LayoutTests/css3/filters/backdrop/backdropfilter-property-parsing-expected.txt
    M LayoutTests/css3/filters/backdrop/backdropfilter-property-parsing.html
    M LayoutTests/css3/filters/unprefixed-expected.txt
    M LayoutTests/css3/filters/unprefixed.html
    M LayoutTests/css3/font-variant-parsing-expected.txt
    M LayoutTests/css3/font-variant-parsing.html

  Log Message:
  -----------
  Eliminate use of getPropertyCSSValue from tests, part 1
https://bugs.webkit.org/show_bug.cgi?id=293570
rdar://152021244

Reviewed by Anne van Kesteren.

* LayoutTests/animations/fill-mode-reverse.html: Use parseFloat and 
getPropertyValue.

* LayoutTests/animations/spring-computed-style-expected.txt: Updated.
* LayoutTests/animations/spring-computed-style.html: Use getPropertyValue and 
js-test.js.

* LayoutTests/animations/spring-parsing-expected.txt: Updated.
* LayoutTests/animations/spring-parsing.html: Removed unnecessary test of 
getPropertyCSSValue.
Use shouldBeEqualToString and js-test.js.

* LayoutTests/animations/unprefixed-properties-expected.txt: Updated.
* LayoutTests/animations/unprefixed-properties.html: Removed unnecessary test of
getPropertyCSSValue. Use shouldBeEqualToString and js-test.js.

* LayoutTests/animations/unprefixed-shorthand-expected.txt: Updated.
* LayoutTests/animations/unprefixed-shorthand.html: Use getPropertyValue,
shouldBeEqualToString, and js-test.js.

* LayoutTests/css3/calc/transitions-dependent.html: Renamed function in test to
propertyValue instead of getPropertyCSSValue: it has no relationshiop with the
getPropertyCSSValue we are trying to get rid of.

* LayoutTests/css3/color-filters/color-filter-exposed-if-disabled-expected.txt: 
Updated.
* LayoutTests/css3/color-filters/color-filter-exposed-if-disabled.html: Removed 
unnecessary
test of getPropertyCSSValue.

* LayoutTests/css3/color-filters/color-filter-exposed-if-enabled-expected.txt: 
Updated.
* LayoutTests/css3/color-filters/color-filter-exposed-if-enabled.html: Removed 
unnecessary
test of getPropertyCSSValue.

* 
LayoutTests/css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt
Updated.
* LayoutTests/css3/filters/backdrop/backdropfilter-property-computed-style.html:
Use getPropertyValue, shouldBeEqualToString, and js-test.js.

* 
LayoutTests/css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: 
Updated.
* LayoutTests/css3/filters/backdrop/backdropfilter-property-parsing.html: 
Removed
unnecessary test of getPropertyCSSValue.

* LayoutTests/css3/filters/unprefixed-expected.txt: Updated.
* LayoutTests/css3/filters/unprefixed.html: Use getPropertyValue, 
shouldBeEqualToString,
and js-test.js.

* LayoutTests/css3/font-variant-parsing-expected.txt: Updated.
* LayoutTests/css3/font-variant-parsing.html: Rewrote test to make it clear 
what each
line is testing. Use getPropertyValue and js-test.js.

Canonical link: https://commits.webkit.org/295418@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to