mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 880137 part 7: Point flexbox-sizing-* to the layout algorithm chunk of the flexbox spec.
This commit is contained in:
parent
13e7e7ffb0
commit
4018b9d2fd
@ -11,7 +11,7 @@
|
||||
<head>
|
||||
<title>CSS Test: Testing sizing of an auto-sized horizontal flex container with min-width and max-width constraints</title>
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#layout-algorithm"/>
|
||||
<link rel="match" href="flexbox-sizing-horiz-1-ref.xhtml"/>
|
||||
<style>
|
||||
div { height: 10px; }
|
||||
|
@ -11,7 +11,7 @@
|
||||
<head>
|
||||
<title>CSS Test: Testing sizing of an auto-sized horizontal flex container with min-height and max-height constraints</title>
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#layout-algorithm"/>
|
||||
<link rel="match" href="flexbox-sizing-horiz-2-ref.xhtml"/>
|
||||
<style>
|
||||
div { width: 200px; }
|
||||
|
@ -11,7 +11,7 @@
|
||||
<head>
|
||||
<title>CSS Test: Testing sizing of an auto-sized vertical flex container with min-height and max-height constraints</title>
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#layout-algorithm"/>
|
||||
<link rel="match" href="flexbox-sizing-vert-1-ref.xhtml"/>
|
||||
<style>
|
||||
div { width: 10px; }
|
||||
|
@ -11,7 +11,7 @@
|
||||
<head>
|
||||
<title>CSS Test: Testing sizing of an auto-sized vertical flex container with min-width and max-width constraints</title>
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-flexbox/#layout-algorithm"/>
|
||||
<link rel="match" href="flexbox-sizing-vert-2-ref.xhtml"/>
|
||||
<style>
|
||||
div { height: 100px; }
|
||||
|
Loading…
Reference in New Issue
Block a user