Skip to content

Commit 2f6bd40

Browse files
committed
Add another test for issue #6822
1 parent 9c8e389 commit 2f6bd40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/_files/static/expected/styles.magento.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/integration/testsuite/Magento/Framework/View/_files/static/theme/web/css/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6118,4 +6118,7 @@ table tfoot tr td:last-child {
61186118
}
61196119
.test-content-calc {
61206120
width: calc((100% / 12 * 2) - 10px);
6121+
}
6122+
.test-svg-xml-image {
6123+
background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 38 40"><style>.st0{fill:none;stroke:%23ffffff;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;}</style><circle cx="14.7" cy="14.7" r="13.7" class="st0"/><path d="M23.9 24.7L37 39" class="st0"/></svg>') no-repeat left center;
61216124
}

0 commit comments

Comments
 (0)