Fix crash after a tab was opened during reload.
[elinks.git] / test / css / simplecolors.html
blob43f408794236155d5f9c2899b938016485cfd9b4
1 Brm. <div style="color: green">green</div>
3 <p style="color: rgb(100%, 100%, 0)">yellow</p>
5 <a href="foo" style="color: purple">purple</a>
6 <a href="foo" style="color:#00ffff">g-b</a>
7 <a href="foo" style="color:#0ff">g-b short</a>
8 <a href="foo" style="color:#00ffff;foo=bar">g-b-mixed</a>
9 <a href="foo" style="bar=baz ;color:#00ffff;foo=bar">mixed-g-b-mixed</a>
10 <a href="foo" style="bar=baz ;color:#0ff;foo=bar">mixed-g-b-mixed short</a>
11 <a href="foo" style="color: rgb(0, 80, 160);">strange</a>
12 <a href="foo" style="background-color: green; color: yellow">yellow on green</a>
14 <div style="background: red">background: red</div>
15 <div style="background: rgb(50%,100%,0)">background: rgb(50%,100%,0%)</div>
16 <div style="background: red rgb(50%,100%,0%)">background: red rgb(50%,100%,0%)</div>
17 <div style="background: rgb(50%,100%,0%) red">background: rgb(50%,100%,0%) red</div>
18 <div style="background: fixed rgb(50%,100%,0%) 50% red no-repeat">background: ..combined..</div>
19 <div style="background: fixed rgb(50%,100%,0%) 50% red no-repeat; color: aqua">background: ..combined..; aquatext</div>
20 <div style="background: fixed rgb(50%,100%,0%) 50% red no-repeat green; color: aqua">background: ..combined.. green; aquatext</div>