<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[200303] trunk/LayoutTests/imported/w3c</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/200303">200303</a></dd>
<dt>Author</dt> <dd>youenn.fablet@crf.canon.fr</dd>
<dt>Date</dt> <dd>2016-05-01 07:09:27 -0700 (Sun, 01 May 2016)</dd>
</dl>
<h3>Log Message</h3>
<pre>Fix 157169
Update W3C importer files related to csswg-test files after <a href="http://trac.webkit.org/projects/webkit/changeset/200234">r200234</a>
https://bugs.webkit.org/show_bug.cgi?id=157169
Reviewed by Ryosuke Niwa.
Updating ImportExpectations to import css-scoping-1 test suite only from css wg test repository.
Updating TestRepositories to set the current csswg-test revision to b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec.
Rerun test importer to add some additional files (document, license...).
* csswg-test/CONTRIBUTING.md: Added.
* csswg-test/LICENSE: Added.
* csswg-test/README.md: Added.
* csswg-test/w3c-import.log: Added.
* resources/ImportExpectations:
* resources/TestRepositories:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cresourcesImportExpectations">trunk/LayoutTests/imported/w3c/resources/ImportExpectations</a></li>
<li><a href="#trunkLayoutTestsimportedw3cresourcesTestRepositories">trunk/LayoutTests/imported/w3c/resources/TestRepositories</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestCONTRIBUTINGmd">trunk/LayoutTests/imported/w3c/csswg-test/CONTRIBUTING.md</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestLICENSE">trunk/LayoutTests/imported/w3c/csswg-test/LICENSE</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestREADMEmd">trunk/LayoutTests/imported/w3c/csswg-test/README.md</a></li>
<li><a href="#trunkLayoutTestsimportedw3ccsswgtestw3cimportlog">trunk/LayoutTests/imported/w3c/csswg-test/w3c-import.log</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (200302 => 200303)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-05-01 06:07:35 UTC (rev 200302)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-05-01 14:09:27 UTC (rev 200303)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2016-05-01 Youenn Fablet <youenn.fablet@crf.canon.fr>
+
+ Fix 157169
+
+ Update W3C importer files related to csswg-test files after r200234
+ https://bugs.webkit.org/show_bug.cgi?id=157169
+
+ Reviewed by Ryosuke Niwa.
+
+ Updating ImportExpectations to import css-scoping-1 test suite only from css wg test repository.
+ Updating TestRepositories to set the current csswg-test revision to b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec.
+ Rerun test importer to add some additional files (document, license...).
+
+ * csswg-test/CONTRIBUTING.md: Added.
+ * csswg-test/LICENSE: Added.
+ * csswg-test/README.md: Added.
+ * csswg-test/w3c-import.log: Added.
+ * resources/ImportExpectations:
+ * resources/TestRepositories:
+
</ins><span class="cx"> 2016-04-29 Youenn Fablet <youenn.fablet@crf.canon.fr>
</span><span class="cx">
</span><span class="cx"> Regnerate w3c-import.log files after r200109
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3ccsswgtestCONTRIBUTINGmd"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/CONTRIBUTING.md (0 => 200303)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/CONTRIBUTING.md         (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/CONTRIBUTING.md        2016-05-01 14:09:27 UTC (rev 200303)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+Grant of License
+----------------
+
+By contributing to this repository, you and the company you
+represent, if the company holds any copyrights in the contribution,
+grant to the W3C a perpetual, non-exclusive, royalty-free, world-
+wide right and license under all of your copyrights in this
+contribution to copy, publish, use, and modify the contribution and
+to distribute the contribution under a BSD License or one with
+more restrictive terms, as well as a right and license of the same
+scope to any derivative works prepared by the W3C and based on or
+incorporating all or part of the contribution. You further agree
+that any derivative works of this contribution prepared by the W3C
+shall be solely owned by the W3C.
+
+You state, to the best of your knowledge, that you, or the company
+you represent, have all rights necessary to contribute the materials.
+
+W3C will retain attribution of initial authorship to you. The W3C
+makes no a-priori commitment to support or distribute contributions.
+
+Disclaimer
+----------
+
+All content from this repository is provided as is, and W3C makes no
+representations or warranties, express or implied, including, but
+not limited to, warranties of merchantability, fitness for a
+particular purpose, non-infringement, or title; nor that the
+contents of this repository are suitable for any purpose. We make no
+representations, express or implied, that the content of this
+repository or the use thereof indicates conformance to a
+specification. All content is provided as-is to help reach
+interoperability.
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3ccsswgtestLICENSE"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/LICENSE (0 => 200303)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/LICENSE         (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/LICENSE        2016-05-01 14:09:27 UTC (rev 200303)
</span><span class="lines">@@ -0,0 +1,3 @@
</span><ins>+This repository is covered by the dual-licensing approach described in:
+
+ http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3ccsswgtestREADMEmd"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/README.md (0 => 200303)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/README.md         (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/README.md        2016-05-01 14:09:27 UTC (rev 200303)
</span><span class="lines">@@ -0,0 +1,91 @@
</span><ins>+W3C CSS Test Suite Repository
+-----------------------------
+
+This repository contains top level directories for all of CSS specs for
+which we currently have tests. Place tests in the appropriate directory based
+on the first rel="help" link in the test. If you are writing tests for a spec
+and it doesn't yet have a directory here, feel free to create it.
+
+There are a few directories that do not map to specifications:
+
+support/ contains common image files to which many of the tests link in
+this location
+
+tools/ is random scripts that may be useful when administering tests.
+
+vendor-imports/ is where third parties may import their tests that originate
+and are maintained in an external repo. Files in this directory should
+never be modified in this repo, but should go through the vendor's process
+to be imported here.
+
+work-in-progress/ is a legacy directory that contains all the work that was
+once submitted to the repo, but was not yet ready for review. Since the CSSWG
+has adopted the GitHub pull request process, no new files should be landed here.
+The subdirectories here are named by test author or contributing organization.
+
+Linking Your Tests to Specifications
+-----------------------------------
+
+In addition to placing your tests in the appropriate directory in this repository,
+you must also include at least one specification link in the test metadata,
+following [these guidelines][speclinks].
+
+For CSS tests, you must also be sure you’re linking to a specific level of the spec,
+generally the first level where the feature being tested is defined. Where possible,
+it’s preferable to link to the official version of the spec, which will start with
+https://www.w3.org/TR/. This can usually be found as the ‘Latest version’ link in the
+spec itself and will include the level of the spec in the URL. For example, the proper
+link to level 1 of the CSS Flexbox spec is:
+
+https://www.w3.org/TR/css-flexbox-1/#RELEVANT_SECTION
+
+When testing features not yet available in an official draft, link to the appropriate
+Editor’s Draft found at https://drafts.csswg.org/. Be sure to include the level of the
+specification in the link. For example, the proper link to the CSS Flexbox Level 1
+Editor’s Draft is:
+
+https://drafts.csswg.org/css-flexbox-1/#RELEVANT_SECTION
+
+Contributing
+-------------
+
+Absolutely everyone is welcome (and even encouraged) to contribute to test
+development, so long as you fulfill the contribution requirements detailed
+in the [Contributing Guidelines][contributing]. No test is too small or too
+simple, especially if it corresponds to something for which you've noted an
+interoperability bug in a browser.
+
+Getting Involved
+----------------
+
+If you wish to contribute actively, you're very welcome to join the
+public-css-testsuite@w3.org mailing list by
+[signing up to our mailing list](mailto:public-css-testsuite-request@w3.org?subject=subscribe).
+The mailing list is [archived][mailarchive].
+
+[mailarchive]: https://lists.w3.org/Archives/Public/public-css-testsuite/
+
+Write Access
+------------
+
+This section only applies if you have cloned the repository from
+Mercurial. If you've cloned it from GitHub, which is a mirror of
+the canonical Mercurial repo, you can submit your tests via a [pull request][github101].
+
+To gain write access to this Mercurial repository, sign up for an account
+on the CSS Test Suite Manager (aka Shepherd) at:
+https://test.csswg.org/shepherd/register
+and then submit a request on the Repository Access page at:
+https://test.csswg.org/shepherd/account/access/
+
+You will be notified by email when your request is processed.
+
+Please note that although we will grant write access directly to the Mercurial
+repo, it is strongly advised to use GitHub for test submissions to enable
+reviewers to use its built-in review tools. Direct submissions to Mercurial
+should be limited to administrative or housekeeping tasks, very minor changes
+that don't require a review, or from advanced users of the system.
+
+[contributing]: https://github.com/w3c/csswg-test/blob/master/CONTRIBUTING.md
+[github101]: http://testthewebforward.org/docs/github-101.html
+[speclinks]: http://testthewebforward.org/docs/test-templates.html#specification-links
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3ccsswgtestw3cimportlog"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/imported/w3c/csswg-test/w3c-import.log (0 => 200303)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/csswg-test/w3c-import.log         (rev 0)
+++ trunk/LayoutTests/imported/w3c/csswg-test/w3c-import.log        2016-05-01 14:09:27 UTC (rev 200303)
</span><span class="lines">@@ -0,0 +1,20 @@
</span><ins>+The tests in this directory were imported from the W3C repository.
+Do NOT modify these tests directly in WebKit.
+Instead, create a pull request on the W3C CSS or WPT github:
+        https://github.com/w3c/csswg-test
+        https://github.com/w3c/web-platform-tests
+
+Then run the Tools/Scripts/import-w3c-tests in WebKit to reimport
+
+Do NOT modify or remove this file.
+
+------------------------------------------------------------------------
+Properties requiring vendor prefixes:
+None
+Property values requiring vendor prefixes:
+None
+------------------------------------------------------------------------
+List of files:
+/LayoutTests/imported/w3c/csswg-test/CONTRIBUTING.md
+/LayoutTests/imported/w3c/csswg-test/LICENSE
+/LayoutTests/imported/w3c/csswg-test/README.md
</ins></span></pre></div>
<a id="trunkLayoutTestsimportedw3cresourcesImportExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/resources/ImportExpectations (200302 => 200303)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/resources/ImportExpectations        2016-05-01 06:07:35 UTC (rev 200302)
+++ trunk/LayoutTests/imported/w3c/resources/ImportExpectations        2016-05-01 14:09:27 UTC (rev 200303)
</span><span class="lines">@@ -1,49 +1,58 @@
</span><del>-csswg-tests/compositing-1 [ Skip ]
-csswg-tests/css-align-3 [ Skip ]
-csswg-tests/css-animations-1 [ Skip ]
-csswg-tests/css-backgrounds-3 [ Skip ]
-csswg-tests/css-box-3 [ Skip ]
-csswg-tests/css-break-3 [ Skip ]
-csswg-tests/css-color-3 [ Skip ]
-csswg-tests/css-conditional-3 [ Skip ]
-csswg-tests/css-counter-styles-3 [ Skip ]
-csswg-tests/css-exclusions-1 [ Skip ]
-csswg-tests/css-flexbox-1 [ Skip ]
-csswg-tests/css-fonts-3 [ Skip ]
-csswg-tests/css-gcpm-3 [ Skip ]
-csswg-tests/css-grid-1 [ Skip ]
-csswg-tests/css-images-3 [ Skip ]
-csswg-tests/css-lists-3 [ Skip ]
-csswg-tests/css-masking-1 [ Skip ]
-csswg-tests/css-multicol-1 [ Skip ]
-csswg-tests/css-namespaces-1 [ Skip ]
-csswg-tests/css-page-3 [ Skip ]
-csswg-tests/css-regions-1 [ Skip ]
-csswg-tests/css-ruby-1 [ Skip ]
-csswg-tests/css-shapes-1 [ Skip ]
-csswg-tests/css-speech-1 [ Skip ]
-csswg-tests/css-style-attr-1 [ Skip ]
-csswg-tests/css-syntax-3 [ Skip ]
-csswg-tests/css-tables-3 [ Skip ]
-csswg-tests/css-text-3 [ Skip ]
-csswg-tests/css-text-decor-3 [ Skip ]
-csswg-tests/css-transforms-1 [ Skip ]
-csswg-tests/css-transitions-1 [ Skip ]
-csswg-tests/css-ui-3 [ Skip ]
-csswg-tests/css-values-3 [ Skip ]
-csswg-tests/css-variables-1 [ Skip ]
-csswg-tests/css-writing-modes-3 [ Skip ]
-csswg-tests/css1 [ Skip ]
-csswg-tests/css21 [ Skip ]
-csswg-tests/cssom-1 [ Skip ]
-csswg-tests/cssom-view-1 [ Skip ]
-csswg-tests/filters-1 [ Skip ]
-csswg-tests/fonts [ Skip ]
-csswg-tests/geometry-1 [ Skip ]
-csswg-tests/mediaqueries-3 [ Skip ]
-csswg-tests/selectors-3 [ Skip ]
-csswg-tests/selectors-4 [ Skip ]
-csswg-tests/vendor-imports [ Skip ]
</del><ins>+csswg-test/compositing-1 [ Skip ]
+csswg-test/css-align-3 [ Skip ]
+csswg-test/css-animations-1 [ Skip ]
+csswg-test/css-backgrounds-3 [ Skip ]
+csswg-test/css-box-3 [ Skip ]
+csswg-test/css-break-3 [ Skip ]
+csswg-test/css-cascade-3 [ Skip ]
+csswg-test/css-color-3 [ Skip ]
+csswg-test/css-color-4 [ Skip ]
+csswg-test/css-conditional-3 [ Skip ]
+csswg-test/css-counter-styles-3 [ Skip ]
+csswg-test/css-exclusions-1 [ Skip ]
+csswg-test/css-flexbox-1 [ Skip ]
+csswg-test/css-fonts-3 [ Skip ]
+csswg-test/css-gcpm-3 [ Skip ]
+csswg-test/css-grid-1 [ Skip ]
+csswg-test/css-images-3 [ Skip ]
+csswg-test/css-lists-3 [ Skip ]
+csswg-test/css-masking-1 [ Skip ]
+csswg-test/css-multicol-1 [ Skip ]
+csswg-test/css-namespaces-1 [ Skip ]
+csswg-test/css-namespaces-3 [ Skip ]
+csswg-test/css-page-3 [ Skip ]
+csswg-test/css-pseudo-4 [ Skip ]
+csswg-test/css-regions-1 [ Skip ]
+csswg-test/css-round-display [ Skip]
+csswg-test/css-ruby-1 [ Skip ]
+csswg-test/css-snap-size-1 [ Skip]
+#csswg-test/css-scoping1 [ Import ]
+csswg-test/css-shapes-1 [ Skip ]
+csswg-test/css-speech-1 [ Skip ]
+csswg-test/css-style-attr-1 [ Skip ]
+csswg-test/css-syntax-3 [ Skip ]
+csswg-test/css-tables-3 [ Skip ]
+csswg-test/css-text-3 [ Skip ]
+csswg-test/css-text-decor-3 [ Skip ]
+csswg-test/css-transforms-1 [ Skip ]
+csswg-test/css-transitions-1 [ Skip ]
+csswg-test/css-transitions-2 [ Skip ]
+csswg-test/css-ui-3 [ Skip ]
+csswg-test/css-values-3 [ Skip ]
+csswg-test/css-variables-1 [ Skip ]
+csswg-test/css-writing-modes-3 [ Skip ]
+csswg-test/css1 [ Skip ]
+csswg-test/css21 [ Skip ]
+csswg-test/cssom-1 [ Skip ]
+csswg-test/cssom-view-1 [ Skip ]
+csswg-test/filters-1 [ Skip ]
+csswg-test/fonts [ Skip ]
+csswg-test/geometry-1 [ Skip ]
+csswg-test/mediaqueries-3 [ Skip ]
+csswg-test/reference [ Skip ]
+csswg-test/selectors-3 [ Skip ]
+csswg-test/selectors-4 [ Skip ]
+csswg-test/vendor-imports [ Skip ]
</ins><span class="cx">
</span><span class="cx"> web-platform-tests/2dcontext [ Skip ]
</span><span class="cx"> web-platform-tests/DOMEvents [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cresourcesTestRepositories"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/resources/TestRepositories (200302 => 200303)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/resources/TestRepositories        2016-05-01 06:07:35 UTC (rev 200302)
+++ trunk/LayoutTests/imported/w3c/resources/TestRepositories        2016-05-01 14:09:27 UTC (rev 200303)
</span><span class="lines">@@ -1,14 +1,14 @@
</span><span class="cx"> [
</span><span class="cx"> {
</span><del>- "name": "csswg-tests",
</del><ins>+ "name": "csswg-test",
</ins><span class="cx"> "url": "https://github.com/w3c/csswg-test.git",
</span><del>- "revision": "9f45f89",
</del><ins>+ "revision": "b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec",
</ins><span class="cx"> "paths_to_skip": [
</span><del>- "work-in-progress",
- "tools"
</del><ins>+ "support",
+ "tools",
+ "work-in-progress"
</ins><span class="cx"> ],
</span><span class="cx"> "paths_to_import": [
</span><del>- "support"
</del><span class="cx"> ],
</span><span class="cx"> "import_options": ["convert_test_harness_links"]
</span><span class="cx"> },
</span></span></pre>
</div>
</div>
</body>
</html>