mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move style_is_in_doc.html to wpt reftests.
This commit is contained in:
parent
cb6c43c18e
commit
b17a395415
4 changed files with 25 additions and 1 deletions
|
@ -302,7 +302,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== stacked_layers.html stacked_layers_ref.html
|
||||
== stacking_context_overflow_a.html stacking_context_overflow_ref.html
|
||||
== stacking_context_overflow_relative_outline_a.html stacking_context_overflow_relative_outline_ref.html
|
||||
== style_is_in_doc.html style_is_in_doc_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||
|
|
|
@ -603,6 +603,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/style_is_in_doc.html": [
|
||||
{
|
||||
"path": "css/style_is_in_doc.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/style_is_in_doc_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/style_is_in_doc.html"
|
||||
}
|
||||
],
|
||||
"css/submit_focus_a.html": [
|
||||
{
|
||||
"path": "css/submit_focus_a.html",
|
||||
|
@ -2600,6 +2612,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/style_is_in_doc.html": [
|
||||
{
|
||||
"path": "css/style_is_in_doc.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/style_is_in_doc_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/style_is_in_doc.html"
|
||||
}
|
||||
],
|
||||
"css/submit_focus_a.html": [
|
||||
{
|
||||
"path": "css/submit_focus_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='style_is_in_doc_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
.from_html { color: blue; }
|
Loading…
Add table
Add a link
Reference in a new issue