Update web-platform-tests to revision cbd8c8ca929bc1aea71087be3b826cf1ee189a52

This commit is contained in:
WPT Sync Bot 2019-10-28 10:25:08 +00:00
parent 0c20fba2ab
commit 9c6bf785bd
150 changed files with 1798 additions and 876 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>