mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 9919d0f04266001686c09d47ff6e25c98b48d91f
This commit is contained in:
parent
026e550d35
commit
e7fcc8e274
453 changed files with 7751 additions and 2288 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Table Module: getComputedValue().borderCollapse</title>
|
||||
<title>CSS Table Module: getComputedStyle().borderCollapse</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-tables/#propdef-border-collapse">
|
||||
<meta name="assert" content="border-collapse computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Table Module: getComputedValue().borderSpacing</title>
|
||||
<title>CSS Table Module: getComputedStyle().borderSpacing</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-tables/#propdef-border-spacing">
|
||||
<meta name="assert" content="border-spacing computed value is two absolute lengths.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Table Module: getComputedValue().captionSide</title>
|
||||
<title>CSS Table Module: getComputedStyle().captionSide</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-tables/#propdef-caption-side">
|
||||
<meta name="assert" content="caption-side computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Table Module: getComputedValue().emptyCells</title>
|
||||
<title>CSS Table Module: getComputedStyle().emptyCells</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-tables/#propdef-empty-cells">
|
||||
<meta name="assert" content="empty-cells computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Table Module: getComputedValue().tableLayout</title>
|
||||
<title>CSS Table Module: getComputedStyle().tableLayout</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-tables/#propdef-table-layout">
|
||||
<meta name="assert" content="table-layout computed value is as specified.">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue