mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move whitespace_nowrap_a.html to wpt reftests.
This commit is contained in:
parent
e6b95571de
commit
8dd2d09a34
4 changed files with 25 additions and 1 deletions
|
@ -252,7 +252,6 @@ prefs:"layout.viewport.enabled" == viewport_rule.html viewport_rule_ref.html
|
||||||
# == webgl-context/tex_image_2d_simple.html webgl-context/tex_image_2d_simple_ref.html
|
# == webgl-context/tex_image_2d_simple.html webgl-context/tex_image_2d_simple_ref.html
|
||||||
|
|
||||||
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
|
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
|
||||||
== whitespace_nowrap_a.html whitespace_nowrap_ref.html
|
|
||||||
== whitespace_nowrap_line_breaking_a.html whitespace_nowrap_line_breaking_ref.html
|
== whitespace_nowrap_line_breaking_a.html whitespace_nowrap_line_breaking_ref.html
|
||||||
== whitespace_pre.html whitespace_pre_ref.html
|
== whitespace_pre.html whitespace_pre_ref.html
|
||||||
== width_nonreplaced_block_simple_a.html width_nonreplaced_block_simple_b.html
|
== width_nonreplaced_block_simple_a.html width_nonreplaced_block_simple_b.html
|
||||||
|
|
|
@ -2111,6 +2111,18 @@
|
||||||
"url": "/_mozilla/css/visibility_hidden.html"
|
"url": "/_mozilla/css/visibility_hidden.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/whitespace_nowrap_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/whitespace_nowrap_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/whitespace_nowrap_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/whitespace_nowrap_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/word-spacing.html": [
|
"css/word-spacing.html": [
|
||||||
{
|
{
|
||||||
"path": "css/word-spacing.html",
|
"path": "css/word-spacing.html",
|
||||||
|
@ -4956,6 +4968,18 @@
|
||||||
"url": "/_mozilla/css/visibility_hidden.html"
|
"url": "/_mozilla/css/visibility_hidden.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/whitespace_nowrap_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/whitespace_nowrap_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/whitespace_nowrap_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/whitespace_nowrap_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/word-spacing.html": [
|
"css/word-spacing.html": [
|
||||||
{
|
{
|
||||||
"path": "css/word-spacing.html",
|
"path": "css/word-spacing.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='whitespace_nowrap_ref.html'>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="white-space: nowrap;">
|
<div style="white-space: nowrap;">
|
Loading…
Add table
Add a link
Reference in a new issue