mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move word_break_a.html to wpt reftests.
This commit is contained in:
parent
f407142656
commit
0755f21517
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
|
||||
|
||||
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
|
||||
== word_break_a.html word_break_ref.html
|
||||
|
||||
|
||||
# This file must be sorted alphabetically.
|
||||
|
|
|
@ -2171,6 +2171,18 @@
|
|||
"url": "/_mozilla/css/word-spacing.html"
|
||||
}
|
||||
],
|
||||
"css/word_break_a.html": [
|
||||
{
|
||||
"path": "css/word_break_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/word_break_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/word_break_a.html"
|
||||
}
|
||||
],
|
||||
"mozilla/canvas/drawimage_html_image_1.html": [
|
||||
{
|
||||
"path": "mozilla/canvas/drawimage_html_image_1.html",
|
||||
|
@ -5064,6 +5076,18 @@
|
|||
"url": "/_mozilla/css/word-spacing.html"
|
||||
}
|
||||
],
|
||||
"css/word_break_a.html": [
|
||||
{
|
||||
"path": "css/word_break_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/word_break_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/word_break_a.html"
|
||||
}
|
||||
],
|
||||
"mozilla/canvas/drawimage_html_image_1.html": [
|
||||
{
|
||||
"path": "mozilla/canvas/drawimage_html_image_1.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='word_break_ref.html'>
|
||||
<!-- Tests that `word-break: break-all` works. -->
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
Loading…
Add table
Add a link
Reference in a new issue