mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Move percent_height.html to wpt reftests.
This commit is contained in:
parent
be06819f55
commit
6a95d4ede7
4 changed files with 25 additions and 1 deletions
|
@ -237,7 +237,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== overflow_wrap_a.html overflow_wrap_ref.html
|
||||
== overflow_xy_a.html overflow_xy_ref.html
|
||||
== per_glyph_font_fallback_a.html per_glyph_font_fallback_ref.html
|
||||
== percent_height.html percent_height_ref.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
||||
# commented out because multiple layers don't work with reftests --pcwalton
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.outer {
|
||||
background: red;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.inner {
|
||||
background: green;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="outer">
|
||||
<div class="inner"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.outer {
|
||||
background: green;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="outer">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue