mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Move incremental_text_color_a.html to wpt reftests.
This commit is contained in:
parent
79288fd584
commit
ed09b2bc94
4 changed files with 25 additions and 1 deletions
|
@ -103,7 +103,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== img_padding_a.html img_padding_b.html
|
||||
!= img_simple.html img_simple_ref.html
|
||||
== img_width_attribute_intrinsic_width_a.html img_width_attribute_intrinsic_width_ref.html
|
||||
== incremental_text_color_a.html incremental_text_color_ref.html
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
== inline_block_border_intrinsic_size_a.html inline_block_border_intrinsic_size_ref.html
|
||||
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
||||
|
|
|
@ -863,6 +863,18 @@
|
|||
"url": "/_mozilla/css/incremental_letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/incremental_text_color_a.html": [
|
||||
{
|
||||
"path": "css/incremental_text_color_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/incremental_text_color_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/incremental_text_color_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_hypothetical_clip_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_hypothetical_clip_a.html",
|
||||
|
@ -4764,6 +4776,18 @@
|
|||
"url": "/_mozilla/css/incremental_letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/incremental_text_color_a.html": [
|
||||
{
|
||||
"path": "css/incremental_text_color_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/incremental_text_color_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/incremental_text_color_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_absolute_hypothetical_clip_a.html": [
|
||||
{
|
||||
"path": "css/inline_absolute_hypothetical_clip_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='incremental_text_color_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<title>Incremental layout text color test</title>
|
||||
<style>
|
Loading…
Add table
Add a link
Reference in a new issue