mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move percentage_height_root.html to wpt reftests.
This commit is contained in:
parent
0fd27e927f
commit
a8c3c8c3c0
4 changed files with 25 additions and 1 deletions
|
@ -239,7 +239,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== per_glyph_font_fallback_a.html per_glyph_font_fallback_ref.html
|
== per_glyph_font_fallback_a.html per_glyph_font_fallback_ref.html
|
||||||
== percent_height.html percent_height_ref.html
|
== percent_height.html percent_height_ref.html
|
||||||
== percentage_height_float_a.html percentage_height_float_ref.html
|
== percentage_height_float_a.html percentage_height_float_ref.html
|
||||||
== percentage_height_root.html percentage_height_root_ref.html
|
|
||||||
== percentage_width_inline_block_a.html percentage_width_inline_block_ref.html
|
== percentage_width_inline_block_a.html percentage_width_inline_block_ref.html
|
||||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
||||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/percentage_height_root.html": [
|
||||||
|
{
|
||||||
|
"path": "css/percentage_height_root.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/percentage_height_root_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/percentage_height_root.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/png_rgba_colorspace_a.html": [
|
"css/png_rgba_colorspace_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/png_rgba_colorspace_a.html",
|
"path": "css/png_rgba_colorspace_a.html",
|
||||||
|
@ -3276,6 +3288,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/percentage_height_root.html": [
|
||||||
|
{
|
||||||
|
"path": "css/percentage_height_root.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/percentage_height_root_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/percentage_height_root.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/png_rgba_colorspace_a.html": [
|
"css/png_rgba_colorspace_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/png_rgba_colorspace_a.html",
|
"path": "css/png_rgba_colorspace_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='percentage_height_root_ref.html'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue