mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Run word-spacing tests under wpt.
This commit is contained in:
parent
5374812932
commit
727d89bb44
5 changed files with 30 additions and 1 deletions
|
@ -357,7 +357,6 @@ experimental == viewport_rule.html viewport_rule_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
|
||||||
== word_break_a.html word_break_ref.html
|
== word_break_a.html word_break_ref.html
|
||||||
== word_spacing_a.html word_spacing_ref.html
|
|
||||||
|
|
||||||
|
|
||||||
# This file must be sorted alphabetically.
|
# This file must be sorted alphabetically.
|
||||||
|
|
|
@ -99,6 +99,18 @@
|
||||||
"url": "/_mozilla/css/setpropertypriority.html"
|
"url": "/_mozilla/css/setpropertypriority.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/word-spacing.html": [
|
||||||
|
{
|
||||||
|
"path": "css/word-spacing.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/word-spacing-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/word-spacing.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"mozilla/canvas/drawimage_html_image_1.html": [
|
"mozilla/canvas/drawimage_html_image_1.html": [
|
||||||
{
|
{
|
||||||
"path": "mozilla/canvas/drawimage_html_image_1.html",
|
"path": "mozilla/canvas/drawimage_html_image_1.html",
|
||||||
|
@ -860,6 +872,18 @@
|
||||||
"url": "/_mozilla/css/setpropertypriority.html"
|
"url": "/_mozilla/css/setpropertypriority.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/word-spacing.html": [
|
||||||
|
{
|
||||||
|
"path": "css/word-spacing.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/word-spacing-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/word-spacing.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"mozilla/canvas/drawimage_html_image_1.html": [
|
"mozilla/canvas/drawimage_html_image_1.html": [
|
||||||
{
|
{
|
||||||
"path": "mozilla/canvas/drawimage_html_image_1.html",
|
"path": "mozilla/canvas/drawimage_html_image_1.html",
|
||||||
|
|
5
tests/wpt/mozilla/tests/css/css/ahem.css
Normal file
5
tests/wpt/mozilla/tests/css/css/ahem.css
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
body {
|
||||||
|
font-family: 'ahem';
|
||||||
|
font-size: 100px;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="match" href="word-spacing-ref.html">
|
||||||
<!-- Tests that `word-spacing` works. -->
|
<!-- Tests that `word-spacing` works. -->
|
||||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||||
<style>
|
<style>
|
Loading…
Add table
Add a link
Reference in a new issue