This repository has been archived on 2022-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
jasmine-junit-runner/src/test/javascript/specs/fixtures/styleAttributes.html

9 lines
232 B
HTML

<div id="div" style="color: blue">
This is blue and in Verdana. Cool? Right!
<br/>
<span id="span" style="background-color: green; font-size: 8pt; font-family: verdana">
Right makes might! (They say)
</span>
</div>