Changeset 289548 in webkit
- Timestamp:
- Feb 10, 2022, 9:46:59 AM (4 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r289545 r289548 1 2022-02-10 Jon Lee <jonlee@apple.com> 2 3 Unreviewed gardening. 4 5 Add or update fuzzy data based on EWS results to support b231828. 6 * css3/color-filters/color-filter-color-property-list-item.html: 7 * css3/color-filters/color-filter-text-decoration-shadow.html: 8 * css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html: 9 * css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-remove.html: 10 * fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html: 11 * fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html: 12 1 13 2022-02-10 Chris Dumez <cdumez@apple.com> 2 14 -
trunk/LayoutTests/css3/color-filters/color-filter-color-property-list-item.html
r268400 r289548 7 7 8 8 <meta name="assert" content="-apple-color-filter affects the color of a list item bullet"> 9 <meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-2310"> 9 10 <style type="text/css"> 10 11 div.test -
trunk/LayoutTests/css3/color-filters/color-filter-text-decoration-shadow.html
r289507 r289548 7 7 8 8 <meta name="assert" content="-apple-color-filter affects text decoration shadows"> 9 <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-9 388">9 <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-9400"> 10 10 <style type="text/css"> 11 11 .test -
trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html
r211307 r289548 2 2 <html> 3 3 <head> 4 <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-710" /> 4 5 <style> 5 6 .container { -
trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-remove.html
r201785 r289548 1 1 <head> 2 2 <meta name="viewport" content="width=device-width"> 3 <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2"> 3 4 <title>This tests that we correctly remove the reflection of an element with a backdrop-filter applied to it.</title> 4 5 <style> -
trunk/LayoutTests/fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html
r169620 r289548 3 3 <head> 4 4 <title>This tests that rounded rect on subpixel position stays renderable.</title> 5 <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1"> 5 6 <style> 6 7 div { -
trunk/LayoutTests/fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html
r288697 r289548 2 2 <html> 3 3 <head> 4 <meta name="fuzzy" content="maxDifference=0-11;totalPixels=9100- 9300" />4 <meta name="fuzzy" content="maxDifference=0-11;totalPixels=9100-10300" /> 5 5 <style> 6 6 .square { -
trunk/LayoutTests/imported/w3c/ChangeLog
r289546 r289548 1 2022-02-10 Jon Lee <jonlee@apple.com> 2 3 Unreviewed gardening. 4 5 Add fuzzy data based on EWS results to support b231828. 6 * web-platform-tests/css/motion/offset-rotate-004.html: 7 1 8 2022-02-10 Chris Dumez <cdumez@apple.com> 2 9 -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/motion/offset-rotate-004.html
r283645 r289548 6 6 <link rel="match" href="offset-rotate-ref.html"> 7 7 <meta name="assert" content="This tests offset-rotate auto with path()"> 8 <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-57"> 8 9 <style> 9 10 #target {
Note:
See TracChangeset
for help on using the changeset viewer.