Skip to content

Commit

Permalink
data: add missing tests for outlook windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Jan 2, 2024
1 parent 0c98c7b commit cd6e5a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions _features/css-font-stretch.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ stats: {
},
outlook: {
windows: {
"2007": "u",
"2010": "u",
"2013": "u",
"2016": "u",
"2019": "u"
"2007": "n",
"2010": "n",
"2013": "n",
"2016": "n",
"2019": "n"
},
macos: {
"2023-09": "y",
Expand Down
12 changes: 6 additions & 6 deletions _features/html-popover.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ stats: {
},
outlook: {
windows: {
"2007": "u",
"2010": "u",
"2013": "u",
"2016": "u",
"2019": "u"
"2007": "n",
"2010": "n",
"2013": "n",
"2016": "n",
"2019": "n"
},
windows-mail: {
"2019-02": "u"
"2023-09": "n"
},
macos: {
"2023-09": "n"
Expand Down

0 comments on commit cd6e5a9

Please sign in to comment.