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.)
git-svn-id: svn://10.0.0.236/trunk@238432 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d65f2c3a90
commit
6fd3f37a9b
@ -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; }
|
||||
|
||||
@ -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; }
|
||||
|
||||
@ -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; }
|
||||
|
||||
@ -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; }
|
||||
|
||||
@ -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; }
|
||||
|
||||
@ -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; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user