Bug 1149383 part 2: Reorder width/height decls in flexbox-writing-mode reftests for consistency. (test-only)

This commit is contained in:
Daniel Holbert 2015-03-30 20:22:04 -07:00
parent 4ab22478de
commit 7ea77b404b
12 changed files with 12 additions and 12 deletions

View File

@ -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; */

View File

@ -13,8 +13,8 @@
<style>
.flexContainer {
display: flex;
height: 30px;
width: 40px;
height: 30px;
border: 1px solid gray;
margin-bottom: 5px;
direction: ltr;

View File

@ -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; */

View File

@ -13,8 +13,8 @@
<style>
.flexContainer {
display: flex;
height: 30px;
width: 40px;
height: 30px;
border: 1px solid gray;
margin-bottom: 5px;
direction: ltr;

View File

@ -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; */

View File

@ -13,8 +13,8 @@
<style>
.flexContainer {
display: flex;
height: 30px;
width: 40px;
height: 30px;
border: 1px solid gray;
margin-bottom: 5px;
direction: ltr;

View File

@ -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; */

View File

@ -13,8 +13,8 @@
<style>
.flexContainer {
display: flex;
height: 30px;
width: 40px;
height: 30px;
border: 1px solid gray;
margin-bottom: 5px;
direction: rtl;

View File

@ -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; */

View File

@ -13,8 +13,8 @@
<style>
.flexContainer {
display: flex;
height: 30px;
width: 40px;
height: 30px;
border: 1px solid gray;
margin-bottom: 5px;
direction: rtl;

View File

@ -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; */

View File

@ -13,8 +13,8 @@
<style>
.flexContainer {
display: flex;
height: 30px;
width: 40px;
height: 30px;
border: 1px solid gray;
margin-bottom: 5px;
direction: rtl;