michael@0: .relative1 { michael@0: background-image: url(./doc_test_image.png); michael@0: } michael@0: .absolute { michael@0: background: url("http://example.com/browser/browser/devtools/styleinspector/test/doc_test_image.png"); michael@0: } michael@0: .base64 { michael@0: background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=='); michael@0: }