mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Automatic update from web-platform-testsUpstream ConvolverNode tests to WPT Add thresholds to allow for differences in expected results. Needed for Firefox to pass the tests. Thresholds were set using Firefox on Linux. Where the tests pass, the output looks correct except for small numerical differences. Bug: 745778 Change-Id: I8fa6582ac960922e777d83d9debc71aa36e1741b Reviewed-on: https://chromium-review.googlesource.com/947096 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541318} wpt-commits: 16376ce7a6ca10ca6ac31dff565c47b6555e3103 wpt-pr: 9798 wpt-commits: 16376ce7a6ca10ca6ac31dff565c47b6555e3103 wpt-pr: 9798
13 lines
487 B
HTML
13 lines
487 B
HTML
<!DOCTYPE html>
|
|
<meta charset="UTF-8">
|
|
<title>CSS Test: invalid counter-style symbols</title>
|
|
<link rel="author" title="Anthony Ramine" href="mailto:n.oxyde@gmail.com">
|
|
<link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#typedef-symbol">
|
|
<link rel="match" href="broken-symbols-ref.htm">
|
|
<style type="text/css">
|
|
@counter-style a {
|
|
system: alphabetic;
|
|
symbols: ⓐ inherit;
|
|
}
|
|
</style>
|
|
<ol style="list-style-type: a"><li>Should have "1." as bullet point.</ol>
|