mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move simple_inline_width_percentage.html to wpt reftests.
This commit is contained in:
parent
9889fa2139
commit
3f99612e5d
4 changed files with 25 additions and 1 deletions
|
@ -13,7 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
|
||||
== iframe/simple_inline_width_percentage.html iframe/simple_inline_width_percentage_ref.html
|
||||
== iframe/size_attributes.html iframe/size_attributes_ref.html
|
||||
prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_mode.html iframe/size_attributes_vertical_writing_mode_ref.html
|
||||
== iframe/stacking_context.html iframe/stacking_context_ref.html
|
||||
|
|
|
@ -1747,6 +1747,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_width_height.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/simple_inline_width_percentage.html": [
|
||||
{
|
||||
"path": "css/iframe/simple_inline_width_percentage.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/simple_inline_width_percentage_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/simple_inline_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7374,6 +7386,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_width_height.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/simple_inline_width_percentage.html": [
|
||||
{
|
||||
"path": "css/iframe/simple_inline_width_percentage.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/simple_inline_width_percentage_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/simple_inline_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<html>
|
||||
<link rel=match href=simple_inline_width_percentage_ref.html>
|
||||
<body>
|
||||
<div style="margin-top: 20px; width: 400px;">
|
||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"
|
Loading…
Add table
Add a link
Reference in a new issue