Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
michael@0 | 1 | .relative1 { |
michael@0 | 2 | background-image: url(./doc_test_image.png); |
michael@0 | 3 | } |
michael@0 | 4 | .absolute { |
michael@0 | 5 | background: url("http://example.com/browser/browser/devtools/styleinspector/test/doc_test_image.png"); |
michael@0 | 6 | } |
michael@0 | 7 | .base64 { |
michael@0 | 8 | background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=='); |
michael@0 | 9 | } |