Update web-platform-tests to revision 936827a6527f1c53051d3bc5bc79304c88c0737f

This commit is contained in:
WPT Sync Bot 2019-08-16 10:23:22 +00:00
parent c585f4fff5
commit 02a68a38f0
338 changed files with 14862 additions and 2933 deletions

View file

@ -1305,7 +1305,7 @@ const gCSSProperties = {
'text-emphasis-style': {
// http://dev.w3.org/csswg/css-text-decor-3/#propdef-text-emphasis-style
types: [
{ type: 'discrete', options: [ [ 'filled circle', 'open dot' ] ] }
{ type: 'discrete', options: [ [ 'circle', 'open dot' ] ] }
]
},
'text-indent': {