mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
||||
== minimum_line_height_a.html minimum_line_height_b.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
|
||||
== no-image.html no-image-ref.html
|
||||
== no_image_background_a.html no_image_background_ref.html
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.foo {
|
||||
height: 100px;
|
||||
}
|
||||
.bar {
|
||||
width: 100px;
|
||||
}
|
||||
.baz {
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="foo bar baz foobar">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,15 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.bar {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
background: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="foo bar baz foobar">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue