Move white_space_intrinsic_sizes_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-12-07 16:33:02 -05:00
parent 29feccd02e
commit 844965ec2f
5 changed files with 30 additions and 3 deletions

View file

@ -11,8 +11,5 @@ resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmi
resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html resolution=800x600 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_a.html
# resolution=600x800 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_b.html # resolution=600x800 == viewport_percentage_vw_vh.html viewport_percentage_vw_vh_b.html
flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html
# This file must be sorted alphabetically. # This file must be sorted alphabetically.
# Please run `./mach test-tidy` to check your changes. # Please run `./mach test-tidy` to check your changes.

View file

@ -4915,6 +4915,18 @@
"url": "/_mozilla/css/white-space-pre-wrap.htm" "url": "/_mozilla/css/white-space-pre-wrap.htm"
} }
], ],
"css/white_space_intrinsic_sizes_a.html": [
{
"path": "css/white_space_intrinsic_sizes_a.html",
"references": [
[
"/_mozilla/css/white_space_intrinsic_sizes_ref.html",
"=="
]
],
"url": "/_mozilla/css/white_space_intrinsic_sizes_a.html"
}
],
"css/whitespace_nowrap_a.html": [ "css/whitespace_nowrap_a.html": [
{ {
"path": "css/whitespace_nowrap_a.html", "path": "css/whitespace_nowrap_a.html",
@ -10770,6 +10782,18 @@
"url": "/_mozilla/css/white-space-pre-wrap.htm" "url": "/_mozilla/css/white-space-pre-wrap.htm"
} }
], ],
"css/white_space_intrinsic_sizes_a.html": [
{
"path": "css/white_space_intrinsic_sizes_a.html",
"references": [
[
"/_mozilla/css/white_space_intrinsic_sizes_ref.html",
"=="
]
],
"url": "/_mozilla/css/white_space_intrinsic_sizes_a.html"
}
],
"css/whitespace_nowrap_a.html": [ "css/whitespace_nowrap_a.html": [
{ {
"path": "css/whitespace_nowrap_a.html", "path": "css/whitespace_nowrap_a.html",

View file

@ -0,0 +1,5 @@
[white_space_intrinsic_sizes_a.html]
type: reftest
expected:
if os == "mac": FAIL
bug: https://github.com/servo/servo/issues/3926

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel=match href=white_space_intrinsic_sizes_ref.html>
<style type="text/css"> <style type="text/css">
table { table {
width: 0; width: 0;