Skip to content

Commit ceaaac5

Browse files
committed
New background-clip and border bug testcase for Firefox
1 parent 0bdac6d commit ceaaac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firefox/background-clip-text-borders.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><title>Background-clip: text and borders</title><style type="text/css">div[id] {color: red; background: repeating-linear-gradient( 45deg, blue, 1em, silver 1em, 2em, blue 2em ); padding: 1em; margin: 1em; border: 0.5em dashed; font: bold 1.5em sans-serif; text-transform: uppercase;}#ex01 {-webkit-background-clip: text; background-clip: text;}#ex02 {-webkit-background-clip: text; background-clip: text; color: rgba(255,0,0,0.5);}#ex03 {-webkit-background-clip: text; background-clip: text; color: rgba(255,0,0,0.1);}#ex04 {-webkit-background-clip: text; background-clip: text; color: transparent;}</style></head><body><div id="ex01"><p>Mutationem quod option anne heche john w. heisman westlake severance hall est, margaret hamilton te. Id south euclid quod miscellaneous, john d. rockefeller gates mills cuyahoga heights bratenahl.</p></div><div id="ex02"><p>Mutationem quod option anne heche john w. heisman westlake severance hall est, margaret hamilton te. Id south euclid quod miscellaneous, john d. rockefeller gates mills cuyahoga heights bratenahl.</p></div><div id="ex03"><p>Mutationem quod option anne heche john w. heisman westlake severance hall est, margaret hamilton te. Id south euclid quod miscellaneous, john d. rockefeller gates mills cuyahoga heights bratenahl.</p></div><div id="ex04"><p>Mutationem quod option anne heche john w. heisman westlake severance hall est, margaret hamilton te. Id south euclid quod miscellaneous, john d. rockefeller gates mills cuyahoga heights bratenahl.</p></div></body></html>

0 commit comments

Comments
 (0)