mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move img_block_maxwidth_a.html and img_block_maxwidth_b.html to wpt reftests.
This commit is contained in:
parent
41a9502688
commit
31476b77b6
5 changed files with 50 additions and 2 deletions
|
@ -34,8 +34,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== iframe/stacking_context.html iframe/stacking_context_ref.html
|
||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
||||
== img_block_maxwidth_a.html img_block_maxwidth_ref.html
|
||||
== img_block_maxwidth_b.html img_block_maxwidth_ref.html
|
||||
!= img_simple.html img_simple_ref.html
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
||||
|
|
|
@ -1595,6 +1595,30 @@
|
|||
"url": "/_mozilla/css/img_block_display_a.html"
|
||||
}
|
||||
],
|
||||
"css/img_block_maxwidth_a.html": [
|
||||
{
|
||||
"path": "css/img_block_maxwidth_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_block_maxwidth_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_block_maxwidth_a.html"
|
||||
}
|
||||
],
|
||||
"css/img_block_maxwidth_b.html": [
|
||||
{
|
||||
"path": "css/img_block_maxwidth_b.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_block_maxwidth_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_block_maxwidth_b.html"
|
||||
}
|
||||
],
|
||||
"css/img_dynamic_remove.html": [
|
||||
{
|
||||
"path": "css/img_dynamic_remove.html",
|
||||
|
@ -6492,6 +6516,30 @@
|
|||
"url": "/_mozilla/css/img_block_display_a.html"
|
||||
}
|
||||
],
|
||||
"css/img_block_maxwidth_a.html": [
|
||||
{
|
||||
"path": "css/img_block_maxwidth_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_block_maxwidth_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_block_maxwidth_a.html"
|
||||
}
|
||||
],
|
||||
"css/img_block_maxwidth_b.html": [
|
||||
{
|
||||
"path": "css/img_block_maxwidth_b.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_block_maxwidth_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_block_maxwidth_b.html"
|
||||
}
|
||||
],
|
||||
"css/img_dynamic_remove.html": [
|
||||
{
|
||||
"path": "css/img_dynamic_remove.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=img_block_maxwidth_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=img_block_maxwidth_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue