Skip to content

Commit e77b141

Browse files
committed
Add test webpage
1 parent be3c5af commit e77b141

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test-webpages/test.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)