mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move size_attributes.html to wpt reftests.
This commit is contained in:
parent
3f99612e5d
commit
e2c5143ec7
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/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
|
||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
|
|
@ -1759,6 +1759,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/size_attributes.html": [
|
||||
{
|
||||
"path": "css/iframe/size_attributes.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/size_attributes_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/size_attributes.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7398,6 +7410,18 @@
|
|||
"url": "/_mozilla/css/iframe/simple_inline_width_percentage.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/size_attributes.html": [
|
||||
{
|
||||
"path": "css/iframe/size_attributes.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/size_attributes_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/size_attributes.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=size_attributes_ref.html>
|
||||
<style>
|
||||
body {
|
||||
background: purple;
|
Loading…
Add table
Add a link
Reference in a new issue