mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #7126 - Ms2ger:ref, r=jdm
Run word-spacing tests under wpt. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7126) <!-- Reviewable:end -->
This commit is contained in:
commit
d0bb6d0c07
5 changed files with 30 additions and 1 deletions
|
@ -358,7 +358,6 @@ experimental == viewport_rule.html viewport_rule_ref.html
|
|||
== whitespace_pre.html whitespace_pre_ref.html
|
||||
== width_nonreplaced_block_simple_a.html width_nonreplaced_block_simple_b.html
|
||||
== word_break_a.html word_break_ref.html
|
||||
== word_spacing_a.html word_spacing_ref.html
|
||||
|
||||
|
||||
# This file must be sorted alphabetically.
|
||||
|
|
|
@ -99,6 +99,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "mozilla/canvas/drawimage_html_image_1.html",
|
||||
|
@ -860,6 +872,18 @@
|
|||
"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": [
|
||||
{
|
||||
"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>
|
||||
<head>
|
||||
<link rel="match" href="word-spacing-ref.html">
|
||||
<!-- Tests that `word-spacing` works. -->
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
Loading…
Add table
Add a link
Reference in a new issue