Sha256: 40e8414ffc9e983293a2cfb7cfa1ec487f405513fddf87c7892edb92e4e49ed2

Contents?: true

Size: 323 Bytes

Versions: 20

Compression:

Stored size: 323 Bytes

Contents

<!DOCTYPE html>
<meta charset='utf-8'>
<title>Colorful boxes</title>
<style>
div {
  width: 40px;
  height: 40px;
	margin-bottom: 10px;
}
#one, #three {
  background-color: blue;
}
#two, #four {
  background-color: orange;
}
</style>

<div id='one'></div>
<div id='two'></div>

<div id='three'></div>
<div id='four'></div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
operawatir-0.7.pre4-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.7.pre3-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.7.pre2-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.7.pre1-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.6.pre1-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.5.1-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.5-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.5.pre3-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.5.pre2-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.5.pre1-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.3.pre1-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.2-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1.pre7-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1.pre6-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1.pre5-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1.pre4-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1.pre3-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1.pre2-jruby spec/operawatir/fixtures/boxes.html
operawatir-0.4.1.pre1-jruby spec/operawatir/fixtures/boxes.html