зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1441633 [wpt PR 9695] - [css-typed-om] remove duplicate test., a=testonly
Automatic update from web-platform-tests[css-typed-om] remove duplicate test. there are duplicate tests. so remove one of them. Bug: 774887 Change-Id: I040ac68b8d2752ea7f952a0ff615f5352cb23b0e Reviewed-on: https://chromium-review.googlesource.com/939881 Commit-Queue: Hwanseung Lee <hwanseung@chromium.org> Reviewed-by: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#539568} wpt-commits: bdee13ee73cbb7036363462c456355e461d5262f wpt-pr: 9695 wpt-commits: bdee13ee73cbb7036363462c456355e461d5262f wpt-pr: 9695
This commit is contained in:
Родитель
18810e3aab
Коммит
ced43ee933
|
@ -316407,12 +316407,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/whitespace.html": [
|
||||
[
|
||||
"/css/css-typed-om/the-stylepropertymap/properties/whitespace.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/width.html": [
|
||||
[
|
||||
"/css/css-typed-om/the-stylepropertymap/properties/width.html",
|
||||
|
@ -520515,10 +520509,6 @@
|
|||
"testharness"
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/white-space.html": [
|
||||
"f8afed394e920abbaa9eb8d2e6f4405ae4453c2c",
|
||||
"testharness"
|
||||
],
|
||||
"css/css-typed-om/the-stylepropertymap/properties/whitespace.html": [
|
||||
"b51dea7a7d0f93f13fda93c0f27e5084fa4c3b3e",
|
||||
"testharness"
|
||||
],
|
||||
|
|
|
@ -15,8 +15,10 @@
|
|||
|
||||
runPropertyTests('white-space', [
|
||||
{ syntax: 'normal'},
|
||||
{ syntax: 'nowrap' }
|
||||
// and other keywords
|
||||
{ syntax: 'pre' },
|
||||
{ syntax: 'nowrap' },
|
||||
{ syntax: 'pre-wrap' },
|
||||
{ syntax: 'pre-line' },
|
||||
]);
|
||||
|
||||
</script>
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>'white-space' property</title>
|
||||
<link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#dom-stylepropertymap-get">
|
||||
<link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#dom-stylepropertymap-set">
|
||||
<link rel="help" href="https://drafts.css-houdini.org/css-typed-om-1/#property-stle-value-normalization">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="../../resources/testhelper.js"></script>
|
||||
<script src="resources/testsuite.js"></script>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
'use strict';
|
||||
|
||||
runPropertyTests('white-space', [
|
||||
{ syntax: 'normal'},
|
||||
{ syntax: 'pre' },
|
||||
{ syntax: 'nowrap' },
|
||||
{ syntax: 'pre-wrap' },
|
||||
{ syntax: 'pre-line' },
|
||||
]);
|
||||
|
||||
</script>
|
Загрузка…
Ссылка в новой задаче