mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move incremental_float_a.html to wpt reftests.
This commit is contained in:
parent
b9c502ca3f
commit
a2a40068ab
4 changed files with 25 additions and 1 deletions
|
@ -114,7 +114,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
!= img_simple.html img_simple_ref.html
|
||||
== img_width_attribute_intrinsic_width_a.html img_width_attribute_intrinsic_width_ref.html
|
||||
== img_width_style_intrinsic_width_a.html img_width_style_intrinsic_width_ref.html
|
||||
== incremental_float_a.html incremental_float_ref.html
|
||||
== incremental_inline_layout_a.html incremental_inline_layout_ref.html
|
||||
== incremental_letter_spacing_a.html incremental_letter_spacing_ref.html
|
||||
== incremental_text_color_a.html incremental_text_color_ref.html
|
||||
|
|
|
@ -695,6 +695,18 @@
|
|||
"url": "/_mozilla/css/img_size_a.html"
|
||||
}
|
||||
],
|
||||
"css/incremental_float_a.html": [
|
||||
{
|
||||
"path": "css/incremental_float_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/incremental_float_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/incremental_float_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
|
@ -4296,6 +4308,18 @@
|
|||
"url": "/_mozilla/css/img_size_a.html"
|
||||
}
|
||||
],
|
||||
"css/incremental_float_a.html": [
|
||||
{
|
||||
"path": "css/incremental_float_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/incremental_float_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/incremental_float_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_block_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_block_border_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='incremental_float_ref.html'>
|
||||
<style>
|
||||
nav.floaty {
|
||||
float: left;
|
Loading…
Add table
Add a link
Reference in a new issue