Move font_size.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-05 16:01:15 +01:00
parent 5b35ee09d3
commit 0cf602f7d8
4 changed files with 25 additions and 1 deletions

View file

@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid2_noscroll.html acid2_ref_broken.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
== iframe/bg_color.html iframe/bg_color_ref.html

View file

@ -1511,6 +1511,18 @@
"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": [
{
"path": "css/font_style.html",
@ -6372,6 +6384,18 @@
"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": [
{
"path": "css/font_style.html",

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>font-size (issues #1435, #3417)</title>
<link rel=match href=font_size_ref.html>
<style>p { margin: .5em }</style>
<body style="font-size: 20px">
<p style="font-size: 24pt">24pt is 32px.