mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision e529eb9501876273c9612f5602bc530723a01147
This commit is contained in:
parent
d7d56454b0
commit
4702cbe05c
113 changed files with 2705 additions and 1008 deletions
|
@ -2,6 +2,11 @@
|
|||
<meta charset="utf-8">
|
||||
<title>CSS Reftest Reference: Grid Item Sizing</title>
|
||||
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
|
||||
<style>
|
||||
button {
|
||||
margin: 0; /* Prevent WebKit from adding some margin */
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if it has the same output than the reference.</p>
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
grid-auto-rows: 200px;
|
||||
grid-template-columns: repeat(3, 200px);
|
||||
}
|
||||
button {
|
||||
margin: 0; /* Prevent WebKit from adding some margin */
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if it has the same output than the reference.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue