Bug 400171: minor reftest change -- Added explicit line-height to testcases rather than using the default value. (Bug's reproducability depends on line-height, & default value varies between platforms.)

This commit is contained in:
dholbert@cs.stanford.edu 2007-11-01 18:13:28 -07:00
parent b82c1c86f3
commit 462640415e
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
body { width: 100px; line-height: 15px; }
div { width: 100px; float: left }
div.a { height: 30px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }

View File

@ -1,7 +1,7 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
body { width: 100px; line-height: 15px; }
div { width: 100px; float: left }
div.a { height: 30px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }

View File

@ -1,7 +1,7 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
body { width: 100px; line-height: 15px; }
div { width: 100px; float: left }
div.a { height: 30px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }

View File

@ -1,7 +1,7 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
body { width: 100px; line-height: 15px; }
div { width: 100px; float: left }
div.a { height: 80px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }

View File

@ -1,7 +1,7 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
body { width: 100px; line-height: 15px; }
div { width: 100px; float: left }
div.a { height: 80px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }

View File

@ -1,7 +1,7 @@
<html class="reftest-wait">
<head>
<style>
body { width: 100px; }
body { width: 100px; line-height: 15px; }
div { width: 100px; float: left }
div.a { height: 80px; background: lightblue; }
div.b { height: 10px; background: lightgreen; }