Skip to content

Commit

Permalink
Update app_units to 0.3.1
Browse files Browse the repository at this point in the history
The height test is removed in mime_sniffing_font_context because of rounding
changes in app_units. The rest of that test is still useful though, given it
will timeout if the font fails to be sniffed.
  • Loading branch information
nox committed Feb 10, 2017
1 parent 349971b commit b5756ce
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 33 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,4 +1,3 @@
[background-repeat-repeat-x.htm]
type: reftest
expected:
if os == "mac": FAIL
expected: FAIL
@@ -1,4 +1,3 @@
[background-repeat-repeat-y.htm]
type: reftest
expected:
if os == "mac": FAIL
expected: FAIL

This file was deleted.

@@ -1,3 +1,4 @@
[transform-input-017.htm]
type: reftest
expected: FAIL
expected:
if os == "linux": FAIL
@@ -1,3 +1,4 @@
[transform-input-018.htm]
type: reftest
expected: FAIL
expected:
if os == "linux": FAIL
@@ -1,4 +1,3 @@
[background-repeat-repeat-x.htm]
type: reftest
expected:
if os == "mac": FAIL
expected: FAIL
@@ -1,4 +1,3 @@
[background-repeat-repeat-y.htm]
type: reftest
expected:
if os == "mac": FAIL
expected: FAIL
@@ -0,0 +1,4 @@
[c5525-fltwidth-003.htm]
type: reftest
expected:
if os == "linux": FAIL
3 changes: 2 additions & 1 deletion tests/wpt/metadata-css/css21_dev/html4/floats-028.htm.ini
@@ -1,3 +1,4 @@
[floats-028.htm]
type: reftest
expected: FAIL
expected:
if os == "mac": FAIL
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -25673,7 +25673,7 @@
"testharness"
],
"mozilla/mime_sniffing_font_context.html": [
"cd2c1b14ce7b1810f4b75148e0fa9abbfceb780d",
"1311e72e0a0dafa6fae594ca1ce2deca164acd36",
"testharness"
],
"mozilla/mozbrowser/crossorigin_xhr.html": [
Expand Down
Expand Up @@ -77,7 +77,6 @@
return;
}
assert_not_equals(first.getBoundingClientRect().width, second.getBoundingClientRect().width);
assert_not_equals(first.getBoundingClientRect().height, second.getBoundingClientRect().height);
this.done();
}

Expand Down

0 comments on commit b5756ce

Please sign in to comment.