Skip to content

Commit

Permalink
Add fuzzy matching to dynamic-content-change-rendering.html
Browse files Browse the repository at this point in the history
This test passes locally but is failing on WPT due to minor pixel
differences, likely due to how the select element is resized:
https://wpt.fyi/results/html/semantics/forms/the-option-element/dynamic-content-change-rendering.html?label=master&label=experimental&aligned&q=dynamic-content-change-rendering.html

Change-Id: I94592ad3512a09ae93181c7a92e8fed7861904d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3057512
Auto-Submit: Philip Rogers <[email protected]>
Commit-Queue: Kent Tamura <[email protected]>
Reviewed-by: Kent Tamura <[email protected]>
Cr-Commit-Position: refs/heads/master@{#905947}
  • Loading branch information
progers authored and chromium-wpt-export-bot committed Jul 28, 2021
1 parent e2a08cb commit f93baa8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="help" href="https://html.spec.whatwg.org/C/#concept-option-label">
<link rel="help" href="http://crbug.com/1090806">
<link rel="match" href="dynamic-content-change-rendering-ref.html">
<meta name=fuzzy content="maxDifference=3;totalPixels=20">
<body>

<select id="dropdown">
Expand Down

0 comments on commit f93baa8

Please sign in to comment.