mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move float_overflow_area_a.html to wpt reftests.
This commit is contained in:
parent
4f8a84109e
commit
af6941bfd0
4 changed files with 25 additions and 1 deletions
|
@ -851,6 +851,18 @@
|
|||
"url": "/_mozilla/css/float_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_overflow_area_a.html": [
|
||||
{
|
||||
"path": "css/float_overflow_area_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_overflow_area_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_overflow_area_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_right_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/float_right_intrinsic_width_a.html",
|
||||
|
@ -5004,6 +5016,18 @@
|
|||
"url": "/_mozilla/css/float_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_overflow_area_a.html": [
|
||||
{
|
||||
"path": "css/float_overflow_area_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_overflow_area_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_overflow_area_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_right_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/float_right_intrinsic_width_a.html",
|
||||
|
|
14
tests/wpt/mozilla/tests/css/float_overflow_area_a.html
Normal file
14
tests/wpt/mozilla/tests/css/float_overflow_area_a.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='float_overflow_area_ref.html'>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="transformX(0)"><div style="float: left">Y</div></div>
|
||||
</body>
|
||||
</html>
|
13
tests/wpt/mozilla/tests/css/float_overflow_area_ref.html
Normal file
13
tests/wpt/mozilla/tests/css/float_overflow_area_ref.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><div style="float: left">Y</div></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue