Merge pull request #2136 from SomMeri/data-uri-1959

Fragment handling in data-uri function 1959
This commit is contained in:
Luke Page
2014-08-14 17:13:25 +01:00
3 changed files with 11 additions and 2 deletions

View File

@@ -53,6 +53,7 @@
}
#data-uri {
uri: url("data:image/jpeg;base64,bm90IGFjdHVhbGx5IGEganBlZyBmaWxlCg==");
uri-fragment: url("data:image/jpeg;base64,bm90IGFjdHVhbGx5IGEganBlZyBmaWxlCg==#fragment");
}
#data-uri-guess {
uri: url("data:image/jpeg;base64,bm90IGFjdHVhbGx5IGEganBlZyBmaWxlCg==");