mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision f055233bad9aab52e77148f36b79ca4f34dfa822
This commit is contained in:
parent
440e855c33
commit
56532c2be6
6 changed files with 11 additions and 16 deletions
|
@ -526048,7 +526048,7 @@
|
||||||
"reftest"
|
"reftest"
|
||||||
],
|
],
|
||||||
"css/css-shapes/shape-outside/shape-image/gradients/shape-outside-linear-gradient-004.html": [
|
"css/css-shapes/shape-outside/shape-image/gradients/shape-outside-linear-gradient-004.html": [
|
||||||
"1e5377c120916557dc1525b38c9cf7eb86ae0151",
|
"3740c52d7bd26a3353721931ae2a6299db395968",
|
||||||
"reftest"
|
"reftest"
|
||||||
],
|
],
|
||||||
"css/css-shapes/shape-outside/shape-image/gradients/shape-outside-linear-gradient-005.html": [
|
"css/css-shapes/shape-outside/shape-image/gradients/shape-outside-linear-gradient-005.html": [
|
||||||
|
@ -559704,7 +559704,7 @@
|
||||||
"support"
|
"support"
|
||||||
],
|
],
|
||||||
"css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-polygon-032.html": [
|
"css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-polygon-032.html": [
|
||||||
"ea8cf594cd61a4aa284342fa895841861af3cd86",
|
"7f64299efa829367c745d317d84c1255b5bb98fd",
|
||||||
"reftest"
|
"reftest"
|
||||||
],
|
],
|
||||||
"css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/support/Ahem.ttf": [
|
"css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/support/Ahem.ttf": [
|
||||||
|
|
|
@ -30,6 +30,3 @@
|
||||||
[Set HTTP URL frame location.protocol to data]
|
[Set HTTP URL frame location.protocol to data]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Set HTTP URL frame location.protocol to x]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[010.html]
|
|
||||||
[Salvagability of document.opened document]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
[hide_after_load.html]
|
||||||
|
expected: TIMEOUT
|
|
@ -11,7 +11,7 @@
|
||||||
.container {
|
.container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
width: 199px;
|
width: 200px;
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
}
|
}
|
||||||
.square {
|
.square {
|
||||||
|
@ -50,9 +50,9 @@
|
||||||
</p>
|
</p>
|
||||||
<div id="test" class="container">
|
<div id="test" class="container">
|
||||||
<div class="gradient"></div>
|
<div class="gradient"></div>
|
||||||
<div class="square"></div>
|
<div class="square"></div><br>
|
||||||
<div class="square"></div>
|
<div class="square"></div><br>
|
||||||
<div class="square"></div>
|
<div class="square"></div><br>
|
||||||
<div class="square"></div>
|
<div class="square"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="failure">
|
<div id="failure">
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
}
|
}
|
||||||
#test-shape {
|
#test-shape {
|
||||||
float: right;
|
float: right;
|
||||||
width: 120px;
|
width: 140px;
|
||||||
height: 120px;
|
height: 140px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
border: 10px solid transparent;
|
border: 10px solid transparent;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue