mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision b'544363de4568baf9ae90d71e4822661edc546650'
This commit is contained in:
parent
4d5a804d03
commit
32cc2e03c4
197 changed files with 3539 additions and 2824 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-inline-3/#baseline-source">
|
||||
<style>
|
||||
#target {
|
||||
baseline-source: first;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
</style>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id="target"></div>
|
||||
<script>
|
||||
test(() => {
|
||||
const target = document.getElementById('target');
|
||||
assert_equals(getComputedStyle(target).baselineSource, 'auto');
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue