mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move basic_width_px.html to wpt reftests.
This commit is contained in:
parent
0267ec7240
commit
d8c72b3d0b
4 changed files with 25 additions and 1 deletions
|
@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
== acid1_a.html acid1_b.html
|
== acid1_a.html acid1_b.html
|
||||||
== acid2_noscroll.html acid2_ref_broken.html
|
== acid2_noscroll.html acid2_ref_broken.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
flaky_cpu == append_style_a.html append_style_b.html
|
||||||
== basic_width_px.html basic_width_em.html
|
|
||||||
== block_formatting_context_a.html block_formatting_context_ref.html
|
== block_formatting_context_a.html block_formatting_context_ref.html
|
||||||
== block_formatting_context_cleared_float_a.html block_formatting_context_cleared_float_ref.html
|
== block_formatting_context_cleared_float_a.html block_formatting_context_cleared_float_ref.html
|
||||||
== block_formatting_context_complex_a.html block_formatting_context_complex_ref.html
|
== block_formatting_context_complex_a.html block_formatting_context_complex_ref.html
|
||||||
|
|
|
@ -423,6 +423,18 @@
|
||||||
"url": "/_mozilla/css/background_style_attr.html"
|
"url": "/_mozilla/css/background_style_attr.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/basic_width_px.html": [
|
||||||
|
{
|
||||||
|
"path": "css/basic_width_px.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/basic_width_em.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/basic_width_px.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/class-namespaces.html": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
@ -1628,6 +1640,18 @@
|
||||||
"url": "/_mozilla/css/background_style_attr.html"
|
"url": "/_mozilla/css/background_style_attr.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/basic_width_px.html": [
|
||||||
|
{
|
||||||
|
"path": "css/basic_width_px.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/basic_width_em.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/basic_width_px.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/class-namespaces.html": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=basic_width_em.html>
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
Loading…
Add table
Add a link
Reference in a new issue