mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision cbd8c8ca929bc1aea71087be3b826cf1ee189a52
This commit is contained in:
parent
0c20fba2ab
commit
9c6bf785bd
150 changed files with 1798 additions and 876 deletions
|
@ -55,12 +55,17 @@
|
|||
</div>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(
|
||||
verifyTextPoints({
|
||||
roundedRect: {x: 0, y: 10, width: 100, height: 100, rx: 50, ry: 50},
|
||||
containerWidth: 200,
|
||||
containerHeight: 200,
|
||||
lineHeight: 10
|
||||
}, 10, 1.5);
|
||||
}, 10, 1.5),
|
||||
"Lines positioned properly around the shape."
|
||||
);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -58,12 +58,17 @@
|
|||
</div>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(
|
||||
verifyTextPoints({
|
||||
roundedRect: {x: 0, y: 10, width: 100, height: 100, rx: 50, ry: 50},
|
||||
containerWidth: 200,
|
||||
containerHeight: 200,
|
||||
lineHeight: 10
|
||||
}, 10, 1);
|
||||
}, 10, 1),
|
||||
"Lines positioned properly around the shape."
|
||||
);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -60,12 +60,17 @@
|
|||
</div>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(
|
||||
verifyTextPoints({
|
||||
roundedRect: {x: 0, y: 10, width: 100, height: 100, rx: 50, ry: 50},
|
||||
containerWidth: 200,
|
||||
containerHeight: 200,
|
||||
lineHeight: 10
|
||||
}, 10, 1.5);
|
||||
}, 10, 1.5),
|
||||
"Lines positioned properly around the shape."
|
||||
);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -59,12 +59,17 @@
|
|||
</div>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
test(function() {
|
||||
assert_true(
|
||||
verifyTextPoints({
|
||||
roundedRect: {x: 100, y: 10, width: 100, height: 100, rx: 50, ry: 50},
|
||||
containerWidth: 200,
|
||||
containerHeight: 200,
|
||||
lineHeight: 10
|
||||
}, 10, 1, "right");
|
||||
}, 10, 1, "right"),
|
||||
"Lines positioned properly around the shape."
|
||||
);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue