Move root_display_inline_a.html and root_display_without_style_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-21 10:08:32 +01:00
parent ba62957368
commit 3d5e1130d5
5 changed files with 50 additions and 2 deletions

View file

@ -48,8 +48,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
# == position_fixed_a.html position_fixed_b.html # == position_fixed_a.html position_fixed_b.html
# == position_fixed_simple_a.html position_fixed_simple_b.html # == position_fixed_simple_a.html position_fixed_simple_b.html
# == position_fixed_static_y_a.html position_fixed_static_y_b.html # == position_fixed_static_y_a.html position_fixed_static_y_b.html
== root_display_inline_a.html root_display_ref.html
== root_display_without_style_a.html root_display_ref.html
# text_decoration_propagation_a.html text_decoration_propagation_b.html # text_decoration_propagation_a.html text_decoration_propagation_b.html
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html != text_decoration_smoke_a.html text_decoration_smoke_ref.html
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html != text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html

View file

@ -3523,6 +3523,30 @@
"url": "/_mozilla/css/restyle_hints_state.html" "url": "/_mozilla/css/restyle_hints_state.html"
} }
], ],
"css/root_display_inline_a.html": [
{
"path": "css/root_display_inline_a.html",
"references": [
[
"/_mozilla/css/root_display_ref.html",
"=="
]
],
"url": "/_mozilla/css/root_display_inline_a.html"
}
],
"css/root_display_without_style_a.html": [
{
"path": "css/root_display_without_style_a.html",
"references": [
[
"/_mozilla/css/root_display_ref.html",
"=="
]
],
"url": "/_mozilla/css/root_display_without_style_a.html"
}
],
"css/root_height_a.html": [ "css/root_height_a.html": [
{ {
"path": "css/root_height_a.html", "path": "css/root_height_a.html",
@ -8892,6 +8916,30 @@
"url": "/_mozilla/css/restyle_hints_state.html" "url": "/_mozilla/css/restyle_hints_state.html"
} }
], ],
"css/root_display_inline_a.html": [
{
"path": "css/root_display_inline_a.html",
"references": [
[
"/_mozilla/css/root_display_ref.html",
"=="
]
],
"url": "/_mozilla/css/root_display_inline_a.html"
}
],
"css/root_display_without_style_a.html": [
{
"path": "css/root_display_without_style_a.html",
"references": [
[
"/_mozilla/css/root_display_ref.html",
"=="
]
],
"url": "/_mozilla/css/root_display_without_style_a.html"
}
],
"css/root_height_a.html": [ "css/root_height_a.html": [
{ {
"path": "css/root_height_a.html", "path": "css/root_height_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html style="display:inline"> <html style="display:inline">
<head> <head>
<link rel=match href=root_display_ref.html>
</head> </head>
<body> <body>
Hello world! Hello world!

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel=match href=root_display_ref.html>
<script> <script>
document.removeChild(document.documentElement); document.removeChild(document.documentElement);
root = document.createElementNS(null, "html"); root = document.createElementNS(null, "html");