1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>currentColor</title>
4 <style type="text/css">
7 svg { background: red; }
11 <p>There should be a green block below.</p>
12 <svg width="300" height="100" xmlns="http://www.w3.org/2000/svg">
13 <rect x="0" y="0" width="100%" height="100%" fill="red"/>
14 <rect x="0" y="0" width="100%" height="100%" fill="currentColor"/>