mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move simple_inline_height.html to wpt reftests.
This commit is contained in:
parent
5e7306bf19
commit
dbc79eea96
4 changed files with 25 additions and 1 deletions
|
@ -13,7 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
|
||||
== iframe/simple_inline_height.html iframe/simple_inline_height_ref.html
|
||||
== iframe/simple_inline_max.html iframe/simple_inline_max_ref.html
|
||||
== iframe/simple_inline_min.html iframe/simple_inline_min_ref.html
|
||||
== iframe/simple_inline_width.html iframe/simple_inline_width_ref.html
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="margin-top: 20px;">
|
||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"
|
||||
style="display: inline; border: 1px solid black; height: 300px;">
|
||||
</iframe>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,7 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="border: 1px solid black; width: 300px; height: 300px; margin-top: 20px;">
|
||||
<div style="margin: 8px; /* matches user-agent body */">Just a simple little iframe.</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue