(no bug) Drop bogus 'flex-wrap' / 'flex-direction' declarations from non-flex-container style rules, in reftest reference cases. (test-only)

This commit is contained in:
Daniel Holbert 2013-12-06 15:06:13 -08:00
Родитель 8a5a27ce21
Коммит 1aebee096a
4 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -16,7 +16,6 @@
<style> <style>
.flexContainer { .flexContainer {
display: inline-block; display: inline-block;
flex-wrap: wrap;
width: 40px; width: 40px;
height: 40px; height: 40px;
background: lightblue; background: lightblue;

Просмотреть файл

@ -16,7 +16,6 @@
<style> <style>
.flexContainer { .flexContainer {
display: inline-block; display: inline-block;
flex-wrap: wrap;
width: 40px; width: 40px;
/* Split testcase's 40px height into 20px of padding-top and 20px of /* Split testcase's 40px height into 20px of padding-top and 20px of
height, to set aside space for the testcase's (invisible) second line height, to set aside space for the testcase's (invisible) second line

Просмотреть файл

@ -12,7 +12,6 @@
div.flexbox { div.flexbox {
border: 1px dashed blue; border: 1px dashed blue;
font-size: 10px; font-size: 10px;
flex-direction: column;
margin-bottom: 2px; margin-bottom: 2px;
} }
div.a, div.b, div.c { float: left } div.a, div.b, div.c { float: left }

Просмотреть файл

@ -13,7 +13,6 @@
float: left; float: left;
border: 1px dashed blue; border: 1px dashed blue;
font-size: 10px; font-size: 10px;
flex-direction: column;
margin-right: 2px; margin-right: 2px;
} }
div.a { div.a {