Update web-platform-tests to revision e529eb9501876273c9612f5602bc530723a01147

This commit is contained in:
WPT Sync Bot 2020-05-29 08:21:43 +00:00
parent d7d56454b0
commit 4702cbe05c
113 changed files with 2705 additions and 1008 deletions

View file

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

View file

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