diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /layout/reftests/pixel-rounding/viewport-units-rounding-1-ref.html | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/pixel-rounding/viewport-units-rounding-1-ref.html')
-rw-r--r-- | layout/reftests/pixel-rounding/viewport-units-rounding-1-ref.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/layout/reftests/pixel-rounding/viewport-units-rounding-1-ref.html b/layout/reftests/pixel-rounding/viewport-units-rounding-1-ref.html new file mode 100644 index 000000000..f762f004f --- /dev/null +++ b/layout/reftests/pixel-rounding/viewport-units-rounding-1-ref.html @@ -0,0 +1,123 @@ +<!DOCTYPE HTML> +<title>viewport units rounding reference</title> +<meta charset="UTF-8"> +<style> +div.contain { height: 50px } +div.contain > div { height: 10px } +div.contain > div > div { height: 10px; float: left } +</style> + +<div class="contain" style="width: 200px"> + <div> + <div style="width: 50px; background: fuchsia"></div> + <div style="width: 50px; background: aqua"></div> + <div style="width: 50px; background: silver"></div> + <div style="width: 50px; background: yellow"></div> + </div> + <div> + <div style="width: 48px; background: fuchsia"></div> + <div style="width: 48px; background: aqua"></div> + <div style="width: 48px; background: silver"></div> + <div style="width: 48px; background: yellow"></div> + <div style="width: 8px; background: gray"></div> + </div> + <div> + <div style="width: 42px; background: fuchsia"></div> + <div style="width: 42px; background: aqua"></div> + <div style="width: 42px; background: silver"></div> + <div style="width: 42px; background: yellow"></div> + <div style="width: 32px; background: gray"></div> + </div> +</div> + +<div class="contain" style="width: 201px"> + <div> + <div style="width: 50px; background: fuchsia"></div> + <div style="width: 51px; background: aqua"></div> + <div style="width: 50px; background: silver"></div> + <div style="width: 50px; background: yellow"></div> + </div> + <div> + <div style="width: 48px; background: fuchsia"></div> + <div style="width: 48px; background: aqua"></div> + <div style="width: 49px; background: silver"></div> + <div style="width: 48px; background: yellow"></div> + <div style="width: 8px; background: gray"></div> + </div> + <div> + <div style="width: 42px; background: fuchsia"></div> + <div style="width: 42px; background: aqua"></div> + <div style="width: 43px; background: silver"></div> + <div style="width: 42px; background: yellow"></div> + <div style="width: 32px; background: gray"></div> + </div> +</div> + +<div class="contain" style="width: 202px"> + <div> + <div style="width: 51px; background: fuchsia"></div> + <div style="width: 50px; background: aqua"></div> + <div style="width: 51px; background: silver"></div> + <div style="width: 50px; background: yellow"></div> + </div> + <div> + <div style="width: 48px; background: fuchsia"></div> + <div style="width: 49px; background: aqua"></div> + <div style="width: 48px; background: silver"></div> + <div style="width: 49px; background: yellow"></div> + <div style="width: 8px; background: gray"></div> + </div> + <div> + <div style="width: 42px; background: fuchsia"></div> + <div style="width: 43px; background: aqua"></div> + <div style="width: 42px; background: silver"></div> + <div style="width: 43px; background: yellow"></div> + <div style="width: 32px; background: gray"></div> + </div> +</div> + +<div class="contain" style="width: 203px"> + <div> + <div style="width: 51px; background: fuchsia"></div> + <div style="width: 51px; background: aqua"></div> + <div style="width: 50px; background: silver"></div> + <div style="width: 51px; background: yellow"></div> + </div> + <div> + <div style="width: 49px; background: fuchsia"></div> + <div style="width: 48px; background: aqua"></div> + <div style="width: 49px; background: silver"></div> + <div style="width: 49px; background: yellow"></div> + <div style="width: 8px; background: gray"></div> + </div> + <div> + <div style="width: 43px; background: fuchsia"></div> + <div style="width: 42px; background: aqua"></div> + <div style="width: 43px; background: silver"></div> + <div style="width: 42px; background: yellow"></div> + <div style="width: 33px; background: gray"></div> + </div> +</div> + +<div class="contain" style="width: 204px"> + <div> + <div style="width: 51px; background: fuchsia"></div> + <div style="width: 51px; background: aqua"></div> + <div style="width: 51px; background: silver"></div> + <div style="width: 51px; background: yellow"></div> + </div> + <div> + <div style="width: 49px; background: fuchsia"></div> + <div style="width: 49px; background: aqua"></div> + <div style="width: 49px; background: silver"></div> + <div style="width: 49px; background: yellow"></div> + <div style="width: 8px; background: gray"></div> + </div> + <div> + <div style="width: 43px; background: fuchsia"></div> + <div style="width: 43px; background: aqua"></div> + <div style="width: 43px; background: silver"></div> + <div style="width: 42px; background: yellow"></div> + <div style="width: 33px; background: gray"></div> + </div> +</div> |