Update web-platform-tests to revision 9919d0f04266001686c09d47ff6e25c98b48d91f

This commit is contained in:
WPT Sync Bot 2019-07-12 10:24:58 +00:00
parent 026e550d35
commit e7fcc8e274
453 changed files with 7751 additions and 2288 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Grid Layout Test: getComputedValue().gridArea</title>
<title>CSS Grid Layout Test: getComputedStyle().gridArea</title>
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#placement">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Grid Layout Test: getComputedValue().gridAutoColumns</title>
<title>CSS Grid Layout Test: getComputedStyle().gridAutoColumns</title>
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-auto-columns">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Grid Layout Test: getComputedValue().gridAutoFlow</title>
<title>CSS Grid Layout Test: getComputedStyle().gridAutoFlow</title>
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-auto-flow">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Grid Layout Test: getComputedValue().gridAutoRows</title>
<title>CSS Grid Layout Test: getComputedStyle().gridAutoRows</title>
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-auto-rows">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Grid Layout Test: getComputedValue().gridTemplateAreas</title>
<title>CSS Grid Layout Test: getComputedStyle().gridTemplateAreas</title>
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-template-areas">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>