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:
bors-servo 2015-08-11 02:16:24 -06:00
commit d0bb6d0c07
5 changed files with 30 additions and 1 deletions

View file

@ -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.

View file

@ -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",

View file

@ -0,0 +1,5 @@
body {
font-family: 'ahem';
font-size: 100px;
line-height: 1;
}

View file

@ -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>