aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-09-16 09:25:20 -0400
committerGitHub <noreply@github.com>2019-09-16 09:25:20 -0400
commit06a07909c1dec52c9986db62a7a048efc0b42a05 (patch)
tree13f0ea5330b2657bbfb54de138ac55f69a4c3994 /tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html
parent5d4dac8cf2257ad9d5ac6509a1ac484d647695f0 (diff)
parent6a79d6ee643f70c20a68fc7221ef9e4f81956516 (diff)
downloadservo-06a07909c1dec52c9986db62a7a048efc0b42a05.tar.gz
servo-06a07909c1dec52c9986db62a7a048efc0b42a05.zip
Auto merge of #24222 - servo-wpt-sync:wpt_update_16-09-2019, r=servo-wpt-sync
Sync WPT with upstream (16-09-2019) Automated downstream sync of changes from upstream as of 16-09-2019. [no-wpt-sync]
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html b/tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html
index 7f17d970f96..92444cf681b 100644
--- a/tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html
+++ b/tests/wpt/web-platform-tests/css/css-transforms/group/svg-transform-nested-022.html
@@ -19,7 +19,7 @@
<p>The test passes if there is a green square and no red.</p>
<svg>
<rect x="41" y="41" width="78" height="78" fill="red"/> <!-- this rect is outside the group to catch failures of the group transform -->
- <g transform="translateX(20)">
+ <g transform="translate(20 0)">
<rect x="42" y="41" width="156" height="78" fill="red" transform="scaleX(0.5)"/> <!-- false positive if scaleX is negative -->
<rect width="40" height="40" fill="green" transform="matrix(-2 0 0 -2 100 120)"/>
</g>