mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move overflow_wrap_a.html to wpt reftests.
This commit is contained in:
parent
15fdd4d086
commit
c1228125a7
4 changed files with 25 additions and 1 deletions
|
@ -234,7 +234,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== overflow_position_rel_inline_block.html overflow_position_rel_inline_block_ref.html
|
||||
== overflow_scroll.html overflow_simple_b.html
|
||||
== overflow_simple_a.html overflow_simple_b.html
|
||||
== overflow_wrap_a.html overflow_wrap_ref.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
||||
# commented out because multiple layers don't work with reftests --pcwalton
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_wrap_a.html": [
|
||||
{
|
||||
"path": "css/overflow_wrap_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_wrap_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_wrap_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_xy_a.html": [
|
||||
{
|
||||
"path": "css/overflow_xy_a.html",
|
||||
|
@ -3348,6 +3360,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_wrap_a.html": [
|
||||
{
|
||||
"path": "css/overflow_wrap_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/overflow_wrap_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/overflow_wrap_a.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_xy_a.html": [
|
||||
{
|
||||
"path": "css/overflow_xy_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='overflow_wrap_ref.html'>
|
||||
<!-- Tests that `overflow-wrap: break-word` breaks words if it needs to, but only when
|
||||
necessary. -->
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
Loading…
Add table
Add a link
Reference in a new issue