mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1149383 part 2: Reorder width/height decls in flexbox-writing-mode reftests for consistency. (test-only)
This commit is contained in:
parent
4ab22478de
commit
7ea77b404b
@ -10,8 +10,8 @@
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
.flexContainer {
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
/* Testcase has direction: ltr; */
|
||||
|
@ -13,8 +13,8 @@
|
||||
<style>
|
||||
.flexContainer {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
direction: ltr;
|
||||
|
@ -10,8 +10,8 @@
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
.flexContainer {
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
/* Testcase has direction: ltr; */
|
||||
|
@ -13,8 +13,8 @@
|
||||
<style>
|
||||
.flexContainer {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
direction: ltr;
|
||||
|
@ -10,8 +10,8 @@
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
.flexContainer {
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
/* Testcase has direction: ltr; */
|
||||
|
@ -13,8 +13,8 @@
|
||||
<style>
|
||||
.flexContainer {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
direction: ltr;
|
||||
|
@ -10,8 +10,8 @@
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
.flexContainer {
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
/* Testcase has direction: rtl; */
|
||||
|
@ -13,8 +13,8 @@
|
||||
<style>
|
||||
.flexContainer {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
direction: rtl;
|
||||
|
@ -10,8 +10,8 @@
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
.flexContainer {
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
/* Testcase has direction: rtl; */
|
||||
|
@ -13,8 +13,8 @@
|
||||
<style>
|
||||
.flexContainer {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
direction: rtl;
|
||||
|
@ -10,8 +10,8 @@
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
.flexContainer {
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
/* Testcase has direction: rtl; */
|
||||
|
@ -13,8 +13,8 @@
|
||||
<style>
|
||||
.flexContainer {
|
||||
display: flex;
|
||||
height: 30px;
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
border: 1px solid gray;
|
||||
margin-bottom: 5px;
|
||||
direction: rtl;
|
||||
|
Loading…
Reference in New Issue
Block a user