We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3c5af commit e77b141Copy full SHA for e77b141
test-webpages/test.html
@@ -0,0 +1,11 @@
1
+<div id="background"></div>
2
+<!-- Tests for detecting urls defined by background css rule instead of backgroundImage -->
3
+<!-- Expected result is after checking show background images the svg can be seen -->
4
+<!-- TODO: Avoid hotlinking from duckduckgo for image -->
5
+<style>
6
+#background {
7
+ background: url(https://duckduckgo.com/assets/onboarding/robot-icon-frameless.svg);
8
+ width: 500px;
9
+ height: 500px;
10
+}
11
+</style>
0 commit comments