mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Move multiple_css_class_a.html to wpt reftests.
This commit is contained in:
parent
5cb7a2ddbb
commit
a4c3dbf5bb
4 changed files with 25 additions and 1 deletions
|
@ -185,7 +185,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== min_width_simple_a.html min_width_simple_b.html
|
== min_width_simple_a.html min_width_simple_b.html
|
||||||
== minimum_line_height_a.html minimum_line_height_b.html
|
== minimum_line_height_a.html minimum_line_height_b.html
|
||||||
== mix_blend_mode_a.html mix_blend_mode_ref.html
|
== mix_blend_mode_a.html mix_blend_mode_ref.html
|
||||||
== multiple_css_class_a.html multiple_css_class_b.html
|
|
||||||
== negative_margins_a.html negative_margins_b.html
|
== negative_margins_a.html negative_margins_b.html
|
||||||
== no-image.html no-image-ref.html
|
== no-image.html no-image-ref.html
|
||||||
== no_image_background_a.html no_image_background_ref.html
|
== no_image_background_a.html no_image_background_ref.html
|
||||||
|
|
|
@ -839,6 +839,18 @@
|
||||||
"url": "/_mozilla/css/min_max_height_a.html"
|
"url": "/_mozilla/css/min_max_height_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/multiple_css_class_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/multiple_css_class_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/multiple_css_class_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/multiple_css_class_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/negative_margin_uncle_a.html": [
|
"css/negative_margin_uncle_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/negative_margin_uncle_a.html",
|
"path": "css/negative_margin_uncle_a.html",
|
||||||
|
@ -3948,6 +3960,18 @@
|
||||||
"url": "/_mozilla/css/min_max_height_a.html"
|
"url": "/_mozilla/css/min_max_height_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/multiple_css_class_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/multiple_css_class_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/multiple_css_class_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/multiple_css_class_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/negative_margin_uncle_a.html": [
|
"css/negative_margin_uncle_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/negative_margin_uncle_a.html",
|
"path": "css/negative_margin_uncle_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='multiple_css_class_b.html'>
|
||||||
<style>
|
<style>
|
||||||
.foo {
|
.foo {
|
||||||
height: 100px;
|
height: 100px;
|
Loading…
Add table
Add a link
Reference in a new issue