mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
b82c1c86f3
commit
462640415e
@ -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…
Reference in New Issue
Block a user