<!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>[205447] trunk</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/205447">205447</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2016-09-05 03:30:07 -0700 (Mon, 05 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>W3C test importer should generate the list of resource files
https://bugs.webkit.org/show_bug.cgi?id=161578

Patch by Youenn Fablet &lt;youenn@apple.com&gt; on 2016-09-05
Reviewed by Ryosuke Niwa.

LayoutTests/imported/w3c:

* resources/resource-files.json: Reformatting the file.

Tools:

Generating LayoutTests/imported/w3c/resources/resource-files.json when importing tests.

* Scripts/webkitpy/w3c/test_importer.py:
(TestImporter.__init__): Reading test resource files configuration file.
(TestImporter.find_importable_tests):
(TestImporter.import_tests): Update the test resource files based on test parsed files.
(TestImporter):
(TestImporter._already_identified_as_resource_file): Helper routine to know whether a file is already set as a resource file.
(TestImporter._is_in_resources_directory: Helper routine to know whether a file is in a resources directory.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cresourcesresourcefilesjson">trunk/LayoutTests/imported/w3c/resources/resource-files.json</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptswebkitpyw3ctest_importerpy">trunk/Tools/Scripts/webkitpy/w3c/test_importer.py</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (205446 => 205447)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-09-05 09:53:17 UTC (rev 205446)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-09-05 10:30:07 UTC (rev 205447)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2016-09-05  Youenn Fablet  &lt;youenn@apple.com&gt;
+
+        W3C test importer should generate the list of resource files
+        https://bugs.webkit.org/show_bug.cgi?id=161578
+
+        Reviewed by Ryosuke Niwa.
+
+        * resources/resource-files.json: Reformatting the file.
+
</ins><span class="cx"> 2016-09-03  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Align meta element http-equiv=&quot;refresh&quot; parsing with the HTML specification
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cresourcesresourcefilesjson"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/resources/resource-files.json (205446 => 205447)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/resources/resource-files.json        2016-09-05 09:53:17 UTC (rev 205446)
+++ trunk/LayoutTests/imported/w3c/resources/resource-files.json        2016-09-05 10:30:07 UTC (rev 205447)
</span><span class="lines">@@ -1,219 +1,222 @@
</span><del>-{&quot;directories&quot;: [
-&quot;web-platform-tests/common&quot;,
-&quot;web-platform-tests/dom/nodes/Document-createElement-namespace-tests&quot;,
-&quot;web-platform-tests/fonts&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/source/support&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/support&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/non-automated&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/non-automated&quot;,
-&quot;web-platform-tests/images&quot;,
-&quot;web-platform-tests/service-workers&quot;,
-&quot;web-platform-tests/tools&quot;
-], &quot;files&quot;: [
-&quot;web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html&quot;,
-&quot;web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html&quot;,
-&quot;web-platform-tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html&quot;,
-&quot;web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html&quot;,
-&quot;web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html&quot;,
-&quot;web-platform-tests/dom/nodes/Element-getElementsByTagName-change-document-HTMLNess-iframe.xml&quot;,
-&quot;web-platform-tests/dom/nodes/Node-isEqualNode-iframe1.xml&quot;,
-&quot;web-platform-tests/dom/nodes/Node-isEqualNode-iframe2.xml&quot;,
-&quot;web-platform-tests/dom/nodes/Node-parentNode-iframe.html&quot;,
-&quot;web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html&quot;,
-&quot;web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht&quot;,
-&quot;web-platform-tests/dom/nodes/getElementsByClassNameFrame.htm&quot;,
-&quot;web-platform-tests/dom/ranges/Range-test-iframe.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/001-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-3.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-4.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/unset_context_name.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/001-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/001-3.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/002-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/002-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/003-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/003-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/003-3.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/004-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/004-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/004-3.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/blank.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_location-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_location-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_location-3.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_submit-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_submit-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_submit-3.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/click.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/empty_fragment_iframe.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/href.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/navigation_unload_data_url-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/navigation_unload_same_origin-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/base.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-history-back-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/navigation-within-beforeunload-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/navigation-within-beforeunload-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/pagehide-on-history-forward-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/001-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/002-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-001.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-002.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-003.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-004.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-005.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-006.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/next.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/001-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/002-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/003-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/004-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/006-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/006-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/007-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/007-2.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/008-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/009-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/manual-001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/manual-001.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/009-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/009-3.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/009-5.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/010-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/010-3.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/010-5.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/blank.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/blank2.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/blank3.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/history_back-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/history_entry.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/history_forward-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/history_forward-2.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/history_go_no_argument-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/history_go_undefined-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/history_go_zero-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/joint_session_history/001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/joint_session_history/002-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/joint_session_history/filler.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_1-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_2-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_3-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_4-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_5-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_unload_1-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_1-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_2-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_onload_1-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_onload_2-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/assign_after_load-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/assign_after_load-2.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/assign_before_load-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/assign_before_load-2.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/cross_origin_joined_frame.sub.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/location_assign_about_blank-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/location_reload-iframe.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/reload_document_open_write-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/reload_document_write-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/reload_document_write_onload-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/reload_post_1-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/same_origin_frame.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_assign_during_load-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_assign_during_load-2.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_location_assign_during_load-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_location_assign_during_load-2.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_form_submit_assign_during_load-1.html&quot;,
-&quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_form_submit_assign_during_load-2.html&quot;,
-&quot;web-platform-tests/html/browsers/offline/resources/html/clock.html&quot;,
-&quot;web-platform-tests/html/browsers/origin/cross-origin-objects/frame.html&quot;,
-&quot;web-platform-tests/html/browsers/origin/cross-origin-objects/win-documentdomain.sub.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test3.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-3.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-3.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-1.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-2.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-3.html&quot;,
-&quot;web-platform-tests/html/browsers/the-window-object/named-access-on-the-window-object/test.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/001-1.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/002-1.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/existing.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/message.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/parent1.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/parent2.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/self1.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/browsing-context-names/self2.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/nested-browsing-contexts/test.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/nested-browsing-contexts/testcase3.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/noreferrer-cross-origin-close-manual.sub.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/noreferrer-cross-origin-window-name.sub.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/support-close.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/support-named-null-opener.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/support-nested-browsing-contexts.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/support-opener-null.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/support-post-to-opener.html&quot;,
-&quot;web-platform-tests/html/browsers/windows/support-window-name-echo.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html&quot;,
-&quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html&quot;,
-&quot;web-platform-tests/html/semantics/document-metadata/the-base-element/example.html&quot;,
-&quot;web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-iframe.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_child.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_grandchild.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_child.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_grandchild.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_helper.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_child.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_grandchild.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/sandbox_allow_script.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html&quot;,
-&quot;web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html&quot;,
-&quot;web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html&quot;,
-&quot;web-platform-tests/html/semantics/forms/the-button-element/button-activate-frame.html&quot;,
-&quot;web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html&quot;,
-&quot;web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html&quot;,
-&quot;web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html&quot;,
-&quot;web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-child.html&quot;,
-&quot;web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html&quot;,
-&quot;web-platform-tests/resource-timing/iframe-setdomain.sub.html&quot;
-]}
</del><ins>+{
+    &quot;directories&quot;: [
+        &quot;web-platform-tests/common&quot;,
+        &quot;web-platform-tests/dom/nodes/Document-createElement-namespace-tests&quot;,
+        &quot;web-platform-tests/fonts&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/source/support&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/support&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/non-automated&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/non-automated&quot;,
+        &quot;web-platform-tests/images&quot;,
+        &quot;web-platform-tests/service-workers&quot;,
+        &quot;web-platform-tests/tools&quot;
+    ],
+    &quot;files&quot;: [
+        &quot;web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html&quot;,
+        &quot;web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html&quot;,
+        &quot;web-platform-tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html&quot;,
+        &quot;web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html&quot;,
+        &quot;web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html&quot;,
+        &quot;web-platform-tests/dom/nodes/Element-getElementsByTagName-change-document-HTMLNess-iframe.xml&quot;,
+        &quot;web-platform-tests/dom/nodes/Node-isEqualNode-iframe1.xml&quot;,
+        &quot;web-platform-tests/dom/nodes/Node-isEqualNode-iframe2.xml&quot;,
+        &quot;web-platform-tests/dom/nodes/Node-parentNode-iframe.html&quot;,
+        &quot;web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.html&quot;,
+        &quot;web-platform-tests/dom/nodes/ParentNode-querySelector-All-content.xht&quot;,
+        &quot;web-platform-tests/dom/nodes/getElementsByClassNameFrame.htm&quot;,
+        &quot;web-platform-tests/dom/ranges/Range-test-iframe.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/001-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/browsing_context_name-4.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/history-traversal/unset_context_name.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/001-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/001-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/002-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/002-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/003-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/003-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/003-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/004-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/004-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/004-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/blank.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_location-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_location-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_location-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_submit-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_submit-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/child_navigates_parent_submit-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/click.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/empty_fragment_iframe.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/href.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/navigation_unload_data_url-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/navigation_unload_same_origin-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/base.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-history-back-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-navigation-of-parent-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/navigation-within-beforeunload-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/navigation-within-beforeunload-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/pagehide-on-history-forward-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/001-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/002-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-001.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-002.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-003.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-004.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-005.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/manual-006.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/prompt/next.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/001-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/002-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/003-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/004-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/006-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/006-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/007-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/007-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/008-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/009-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/manual-001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/browsing-the-web/unloading-documents/unload/manual-001.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/009-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/009-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/009-5.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/010-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/010-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/010-5.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/blank.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/blank2.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/blank3.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/history_back-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/history_entry.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/history_forward-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/history_forward-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/history_go_no_argument-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/history_go_undefined-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/history_go_zero-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/joint_session_history/001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/joint_session_history/002-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/joint_session_history/filler.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_1-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_2-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_3-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_4-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_5-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_unload_1-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_1-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_after_load_2-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_onload_1-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-history-interface/traverse_the_history_write_onload_2-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/assign_after_load-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/assign_after_load-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/assign_before_load-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/assign_before_load-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/cross_origin_joined_frame.sub.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/location_assign_about_blank-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/location_reload-iframe.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/reload_document_open_write-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/reload_document_write-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/reload_document_write_onload-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/reload_post_1-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/same_origin_frame.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_assign_during_load-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_assign_during_load-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_location_assign_during_load-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_click_location_assign_during_load-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_form_submit_assign_during_load-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/history/the-location-interface/scripted_form_submit_assign_during_load-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/offline/resources/html/clock.html&quot;,
+        &quot;web-platform-tests/html/browsers/origin/cross-origin-objects/frame.html&quot;,
+        &quot;web-platform-tests/html/browsers/origin/cross-origin-objects/win-documentdomain.sub.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test3.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_beforeunload-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_script_defer-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/close_unload-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/001.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/non_automated/002.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_1-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_2-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_3-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_1-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-2.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/non-automated/discard_iframe_history_2-3.html&quot;,
+        &quot;web-platform-tests/html/browsers/the-window-object/named-access-on-the-window-object/test.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/001-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/002-1.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/existing.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/message.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/parent1.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/parent2.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/self1.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/browsing-context-names/self2.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/nested-browsing-contexts/test.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/nested-browsing-contexts/testcase3.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/noreferrer-cross-origin-close-manual.sub.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/noreferrer-cross-origin-window-name.sub.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/support-close.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/support-named-null-opener.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/support-nested-browsing-contexts.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/support-opener-null.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/support-post-to-opener.html&quot;,
+        &quot;web-platform-tests/html/browsers/windows/support-window-name-echo.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html&quot;,
+        &quot;web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html&quot;,
+        &quot;web-platform-tests/html/semantics/document-metadata/the-base-element/example.html&quot;,
+        &quot;web-platform-tests/html/semantics/document-metadata/the-base-element/example2.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-iframe.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_child.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_grandchild.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_child.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_grandchild.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_helper.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_child.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_grandchild.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/blank.htm&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-iframe-element/support/sandbox_allow_script.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/iframed.sub.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/sizes-iframed.sub.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-object-element/test0.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-object-element/test1.html&quot;,
+        &quot;web-platform-tests/html/semantics/embedded-content/the-object-element/test2.html&quot;,
+        &quot;web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/dirname-ltr-iframe.html&quot;,
+        &quot;web-platform-tests/html/semantics/forms/the-button-element/button-activate-frame.html&quot;,
+        &quot;web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html&quot;,
+        &quot;web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1b.html&quot;,
+        &quot;web-platform-tests/html/semantics/grouping-content/the-ol-element/reversed-1c.html&quot;,
+        &quot;web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-child.html&quot;,
+        &quot;web-platform-tests/html/semantics/selectors/pseudo-classes/focus-iframe.html&quot;,
+        &quot;web-platform-tests/resource-timing/iframe-setdomain.sub.html&quot;
+    ]
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (205446 => 205447)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-09-05 09:53:17 UTC (rev 205446)
+++ trunk/Tools/ChangeLog        2016-09-05 10:30:07 UTC (rev 205447)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2016-09-05  Youenn Fablet  &lt;youenn@apple.com&gt;
+
+        W3C test importer should generate the list of resource files
+        https://bugs.webkit.org/show_bug.cgi?id=161578
+
+        Reviewed by Ryosuke Niwa.
+
+        Generating LayoutTests/imported/w3c/resources/resource-files.json when importing tests.
+
+        * Scripts/webkitpy/w3c/test_importer.py:
+        (TestImporter.__init__): Reading test resource files configuration file.
+        (TestImporter.find_importable_tests):
+        (TestImporter.import_tests): Update the test resource files based on test parsed files.
+        (TestImporter):
+        (TestImporter._already_identified_as_resource_file): Helper routine to know whether a file is already set as a resource file.
+        (TestImporter._is_in_resources_directory: Helper routine to know whether a file is in a resources directory.
+
</ins><span class="cx"> 2016-09-03  Wenson Hsieh  &lt;wenson_hsieh@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Media controls behave strangely when videos mute from within a playing handler
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpyw3ctest_importerpy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/w3c/test_importer.py (205446 => 205447)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/w3c/test_importer.py        2016-09-05 09:53:17 UTC (rev 205446)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_importer.py        2016-09-05 10:30:07 UTC (rev 205447)
</span><span class="lines">@@ -74,16 +74,14 @@
</span><span class="cx"> &quot;&quot;&quot;
</span><span class="cx"> 
</span><span class="cx"> import argparse
</span><del>-import datetime
</del><ins>+import json
</ins><span class="cx"> import logging
</span><span class="cx"> import mimetypes
</span><del>-import os
</del><span class="cx"> import sys
</span><span class="cx"> 
</span><span class="cx"> from webkitpy.common.host import Host
</span><span class="cx"> from webkitpy.common.system.filesystem import FileSystem
</span><span class="cx"> from webkitpy.common.webkit_finder import WebKitFinder
</span><del>-from webkitpy.common.system.executive import ScriptError
</del><span class="cx"> from webkitpy.w3c.test_parser import TestParser
</span><span class="cx"> from webkitpy.w3c.test_converter import convert_for_webkit
</span><span class="cx"> from webkitpy.w3c.test_downloader import TestDownloader
</span><span class="lines">@@ -180,6 +178,11 @@
</span><span class="cx">         self.import_list = []
</span><span class="cx">         self._importing_downloaded_tests = source_directory is None
</span><span class="cx"> 
</span><ins>+        self._test_resource_files_json_path = self.filesystem.join(self.layout_tests_w3c_path, &quot;resources&quot;, &quot;resource-files.json&quot;)
+        self._test_resource_files = json.loads(self.filesystem.read_text_file(self._test_resource_files_json_path)) if self.filesystem.exists(self._test_resource_files_json_path) else None
+        if self.options.clean_destination_directory:
+            self._test_resource_files[&quot;files&quot;] = []
+
</ins><span class="cx">     def do_import(self):
</span><span class="cx">         if not self.source_directory:
</span><span class="cx">             _log.info('Downloading W3C test repositories')
</span><span class="lines">@@ -294,11 +297,13 @@
</span><span class="cx">                 test_parser = TestParser(vars(self.options), filename=fullpath, host=self.host)
</span><span class="cx">                 test_info = test_parser.analyze_test()
</span><span class="cx">                 if test_info is None:
</span><del>-                    # This is probably a resource file.
-                    if self.filesystem.basename(self.filesystem.dirname(fullpath)) != &quot;resources&quot;:
-                        self._potential_test_resource_files.append({'src': fullpath, 'dest': filename})
</del><ins>+                    # This is probably a resource file, but we should generate WPT manifest instead and get the list of resource files from it.
+                    if not self._is_in_resources_directory(fullpath):
+                        self._potential_test_resource_files.append(fullpath)
</ins><span class="cx">                     copy_list.append({'src': fullpath, 'dest': filename})
</span><span class="cx">                     continue
</span><ins>+                elif self._is_in_resources_directory(fullpath):
+                    _log.warning('%s is a test located in a &quot;resources&quot; folder. This test will be skipped by WebKit test runners.', fullpath)
</ins><span class="cx"> 
</span><span class="cx">                 if 'manualtest' in test_info.keys():
</span><span class="cx">                     continue
</span><span class="lines">@@ -462,11 +467,27 @@
</span><span class="cx">         for prefixed_value in sorted(total_prefixed_property_values, key=lambda p: total_prefixed_property_values[p]):
</span><span class="cx">             _log.info('  %s: %s', prefixed_value, total_prefixed_property_values[prefixed_value])
</span><span class="cx"> 
</span><del>-        if self._potential_test_resource_files:
-            _log.info('The following files may be resource files and should be marked as skipped in the TestExpectations:')
-            for filename in sorted([test['src'] for test in self._potential_test_resource_files]):
-                _log.info(filename.replace(self.source_directory, self.tests_w3c_relative_path) + ' [ Skip ]')
</del><ins>+        if self._potential_test_resource_files and self._test_resource_files:
+            # FIXME: We should check that actual tests are not in the test_resource_files list
+            should_update_json_file = False
+            files = self._test_resource_files[&quot;files&quot;]
+            for full_path in self._potential_test_resource_files:
+                resource_file_path = self.filesystem.relpath(full_path, self.source_directory)
+                if not self._already_identified_as_resource_file(resource_file_path):
+                    files.append(resource_file_path)
+                    should_update_json_file = True
+            if should_update_json_file:
+                files.sort()
+                self.filesystem.write_text_file(self._test_resource_files_json_path, json.dumps(self._test_resource_files, sort_keys=True, indent=4).replace(' \n', '\n'))
</ins><span class="cx"> 
</span><ins>+    def _already_identified_as_resource_file(self, path):
+        if path in self._test_resource_files[&quot;files&quot;]:
+            return True
+        return any([path.find(directory) != -1 for directory in self._test_resource_files[&quot;directories&quot;]])
+
+    def _is_in_resources_directory(self, path):
+        return &quot;resources&quot; in path.split(self.filesystem.sep)
+
</ins><span class="cx">     def remove_deleted_files(self, import_directory, new_file_list):
</span><span class="cx">         &quot;&quot;&quot; Reads an import log in |import_directory|, compares it to the |new_file_list|, and removes files not in the new list.&quot;&quot;&quot;
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>