mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move white_space_intrinsic_sizes_a.html to wpt reftests.
This commit is contained in:
parent
29feccd02e
commit
844965ec2f
5 changed files with 30 additions and 3 deletions
|
@ -11,8 +11,5 @@ resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmi
|
||||||
resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html
|
resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html
|
||||||
# resolution=600x800 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_b.html
|
# resolution=600x800 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_b.html
|
||||||
|
|
||||||
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
|
|
||||||
|
|
||||||
|
|
||||||
# This file must be sorted alphabetically.
|
# This file must be sorted alphabetically.
|
||||||
# Please run `./mach test-tidy` to check your changes.
|
# Please run `./mach test-tidy` to check your changes.
|
||||||
|
|
|
@ -4915,6 +4915,18 @@
|
||||||
"url": "/_mozilla/css/white-space-pre-wrap.htm"
|
"url": "/_mozilla/css/white-space-pre-wrap.htm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/white_space_intrinsic_sizes_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/white_space_intrinsic_sizes_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/white_space_intrinsic_sizes_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/white_space_intrinsic_sizes_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/whitespace_nowrap_a.html": [
|
"css/whitespace_nowrap_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/whitespace_nowrap_a.html",
|
"path": "css/whitespace_nowrap_a.html",
|
||||||
|
@ -10770,6 +10782,18 @@
|
||||||
"url": "/_mozilla/css/white-space-pre-wrap.htm"
|
"url": "/_mozilla/css/white-space-pre-wrap.htm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/white_space_intrinsic_sizes_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/white_space_intrinsic_sizes_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/white_space_intrinsic_sizes_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/white_space_intrinsic_sizes_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/whitespace_nowrap_a.html": [
|
"css/whitespace_nowrap_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/whitespace_nowrap_a.html",
|
"path": "css/whitespace_nowrap_a.html",
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[white_space_intrinsic_sizes_a.html]
|
||||||
|
type: reftest
|
||||||
|
expected:
|
||||||
|
if os == "mac": FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/3926
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=white_space_intrinsic_sizes_ref.html>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
table {
|
table {
|
||||||
width: 0;
|
width: 0;
|
Loading…
Add table
Add a link
Reference in a new issue