Skip to content

Commit a822e35

Browse files
gastonrodchromium-wpt-export-bot
authored andcommitted
Fuzzing wpt tests to deal with scrollbar anti-alias.
Follow-up to CL:5362506 Adding fuzziness to more tests that are failing due to anti-aliasing differences between composited and main-threaded Fluent scrollbars in Windows. This CL adds fuzzy acceptance to the tests so that they'll not fail due to this reason, which is not the main purpose of the tests in question. These tests were obtained by filtering the failing wpt tests in a test CL that enables Fluent scrollbars by default and makes them paint rounded thumbs (instead of square as they are now): CL:5593606 Bug: 326116366, 329199184 Change-Id: I701637ce3c1be0864009731548c2b7d0b1ef6ef1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5597461 Reviewed-by: Yaroslav Shalivskyy <[email protected]> Reviewed-by: Olga Gerchikov <[email protected]> Commit-Queue: Gaston Rodriguez <[email protected]> Cr-Commit-Position: refs/heads/main@{#1310656}
1 parent baeefaa commit a822e35

8 files changed

+9
-8
lines changed

css/css-anchor-position/anchor-scroll-scrollable-anchor.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
2-
<title>Basic of anchor positioned scrolling: scroll of a scrollable anchor should not affect anchor positioing</title>
2+
<meta name="fuzzy" content="1;0-50">
3+
<title>Basic of anchor positioned scrolling: scroll of a scrollable anchor should not affect anchor positioning</title>
34
<link rel="help" href="https://drafts.csswg.org/css-anchor-1/">
45
<link rel="match" href="anchor-scroll-scrollable-anchor-ref.html">
56
<style>

css/css-overflow/scrollbar-gutter-002.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<meta charset="utf-8">
4-
<meta name="fuzzy" content="1;0-50">
4+
<meta name="fuzzy" content="1-20;0-50">
55
<title>CSS Overflow: test scrollbar-gutter with horizontal left to right content</title>
66
<link rel="author" title="Ting-Yu Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">

css/css-overflow/scrollbar-gutter-vertical-lr-002.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<meta charset="utf-8">
4-
<meta name="fuzzy" content="1;0-50">
4+
<meta name="fuzzy" content="1-25;0-50">
55
<title>CSS Overflow: test scrollbar-gutter with vertical left to right content</title>
66
<link rel="author" title="Ting-Yu Lin" href="mailto:[email protected]">
77
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">

css/css-text/white-space/trailing-space-and-text-alignment-002.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<meta name="fuzzy" content="1;0-50">
3+
<meta name="fuzzy" content="1;0-100">
44
<title>CSS Text level 3 Test: preserved trailing white space that hang in a textarea</title>
55
<link rel="author" title="Javier Fernandez" href="mailto:[email protected]" />
66
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">

css/css-text/white-space/trailing-space-and-text-alignment-004.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<meta name="fuzzy" content="1;0-50">
3+
<meta name="fuzzy" content="1;0-100">
44
<title>CSS Text level 3 Test: preserved trailing white space that hang in a textarea</title>
55
<link rel="author" title="Javier Fernandez" href="mailto:[email protected]" />
66
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">

css/css-text/white-space/trailing-space-and-text-alignment-rtl-002.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<meta name="fuzzy" content="1;0-50">
3+
<meta name="fuzzy" content="1;0-100">
44
<title>CSS Text level 3 Test: preserved trailing RTL white space that hang in a textarea</title>
55
<link rel="author" title="Javier Fernandez" href="mailto:[email protected]" />
66
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">

css/css-text/white-space/trailing-space-and-text-alignment-rtl-004.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<meta name="fuzzy" content="1;0-50">
3+
<meta name="fuzzy" content="1;0-100">
44
<title>CSS Text level 3 Test: preserved trailing RTL white space that hang in a textarea</title>
55
<link rel="author" title="Javier Fernandez" href="mailto:[email protected]" />
66
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">

web-animations/responsive/toggle-animated-iframe-visibility.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html class="reftest-wait">
33
<meta name="assert" content="This should resume the animation after unhiding the iframe.">
4-
<meta name="fuzzy" content="1;0-50">
4+
<meta name="fuzzy" content="0-25;0-50">
55
<title>CSS Test (Animations): Unhiding iframe visibility should restart animation. </title>
66
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=616270">
77
<link rel="match" href="toggle-animated-iframe-visibility-ref.html">

0 commit comments

Comments
 (0)