mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move font_size.html to wpt reftests.
This commit is contained in:
parent
5b35ee09d3
commit
0cf602f7d8
4 changed files with 25 additions and 1 deletions
|
@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.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
|
||||||
== font_size.html font_size_ref.html
|
|
||||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||||
|
|
||||||
== iframe/bg_color.html iframe/bg_color_ref.html
|
== iframe/bg_color.html iframe/bg_color_ref.html
|
||||||
|
|
|
@ -1511,6 +1511,18 @@
|
||||||
"url": "/_mozilla/css/font_face_attribute.html"
|
"url": "/_mozilla/css/font_face_attribute.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/font_size.html": [
|
||||||
|
{
|
||||||
|
"path": "css/font_size.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/font_size_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/font_size.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/font_style.html": [
|
"css/font_style.html": [
|
||||||
{
|
{
|
||||||
"path": "css/font_style.html",
|
"path": "css/font_style.html",
|
||||||
|
@ -6372,6 +6384,18 @@
|
||||||
"url": "/_mozilla/css/font_face_attribute.html"
|
"url": "/_mozilla/css/font_face_attribute.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/font_size.html": [
|
||||||
|
{
|
||||||
|
"path": "css/font_size.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/font_size_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/font_size.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/font_style.html": [
|
"css/font_style.html": [
|
||||||
{
|
{
|
||||||
"path": "css/font_style.html",
|
"path": "css/font_style.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<title>font-size (issues #1435, #3417)</title>
|
<title>font-size (issues #1435, #3417)</title>
|
||||||
|
<link rel=match href=font_size_ref.html>
|
||||||
<style>p { margin: .5em }</style>
|
<style>p { margin: .5em }</style>
|
||||||
<body style="font-size: 20px">
|
<body style="font-size: 20px">
|
||||||
<p style="font-size: 24pt">24pt is 32px.
|
<p style="font-size: 24pt">24pt is 32px.
|
Loading…
Add table
Add a link
Reference in a new issue