<!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>[212487] trunk/Tools</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/212487">212487</a></dd>
<dt>Author</dt> <dd>wenson_hsieh@apple.com</dd>
<dt>Date</dt> <dd>2017-02-16 16:51:37 -0800 (Thu, 16 Feb 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove unused test pages in TestWebKitAPI
https://bugs.webkit.org/show_bug.cgi?id=168462

Reviewed by Anders Carlsson.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* TestWebKitAPI/Tests/WebKit2Cocoa/autofocus-contenteditable.html: Removed.
* TestWebKitAPI/Tests/WebKit2Cocoa/background-image-link-and-input.html: Removed.
* TestWebKitAPI/Tests/WebKit2Cocoa/image-and-contenteditable.html: Removed.
* TestWebKitAPI/Tests/WebKit2Cocoa/image-and-textarea.html: Removed.
* TestWebKitAPI/Tests/WebKit2Cocoa/link-and-input.html: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsTestWebKitAPITestWebKitAPIxcodeprojprojectpbxproj">trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2Cocoaautofocuscontenteditablehtml">trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/autofocus-contenteditable.html</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2Cocoabackgroundimagelinkandinputhtml">trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/background-image-link-and-input.html</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2Cocoaimageandcontenteditablehtml">trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-contenteditable.html</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2Cocoaimageandtextareahtml">trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-textarea.html</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2Cocoalinkandinputhtml">trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/link-and-input.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (212486 => 212487)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2017-02-17 00:48:34 UTC (rev 212486)
+++ trunk/Tools/ChangeLog        2017-02-17 00:51:37 UTC (rev 212487)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2017-02-16  Wenson Hsieh  &lt;wenson_hsieh@apple.com&gt;
+
+        Remove unused test pages in TestWebKitAPI
+        https://bugs.webkit.org/show_bug.cgi?id=168462
+
+        Reviewed by Anders Carlsson.
+
+        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+        * TestWebKitAPI/Tests/WebKit2Cocoa/autofocus-contenteditable.html: Removed.
+        * TestWebKitAPI/Tests/WebKit2Cocoa/background-image-link-and-input.html: Removed.
+        * TestWebKitAPI/Tests/WebKit2Cocoa/image-and-contenteditable.html: Removed.
+        * TestWebKitAPI/Tests/WebKit2Cocoa/image-and-textarea.html: Removed.
+        * TestWebKitAPI/Tests/WebKit2Cocoa/link-and-input.html: Removed.
+
</ins><span class="cx"> 2017-02-16  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Special URLs without a host are invalid
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestWebKitAPIxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (212486 => 212487)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj        2017-02-17 00:48:34 UTC (rev 212486)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj        2017-02-17 00:51:37 UTC (rev 212487)
</span><span class="lines">@@ -556,19 +556,14 @@
</span><span class="cx">                 E194E1BD177E53C7009C4D4E /* StopLoadingFromDidReceiveResponse.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = E194E1BC177E534A009C4D4E /* StopLoadingFromDidReceiveResponse.html */; };
</span><span class="cx">                 F415086D1DA040C50044BE9B /* play-audio-on-click.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F415086C1DA040C10044BE9B /* play-audio-on-click.html */; };
</span><span class="cx">                 F42DA5161D8CEFE400336F40 /* large-input-field-focus-onload.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F42DA5151D8CEFDB00336F40 /* large-input-field-focus-onload.html */; };
</span><del>-                F4355CF01E52198100900F64 /* background-image-link-and-input.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F4355CEF1E52196100900F64 /* background-image-link-and-input.html */; };
-                F45B960C1E50708800CFAC5D /* autofocus-contenteditable.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F45B960B1E50708200CFAC5D /* autofocus-contenteditable.html */; };
</del><span class="cx">                 F47728991E4AE3C1007ABF6A /* full-page-contenteditable.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F47728981E4AE3AD007ABF6A /* full-page-contenteditable.html */; };
</span><del>-                F49C07AE1E51849500F6B01F /* link-and-input.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F49C07AD1E51849100F6B01F /* link-and-input.html */; };
</del><span class="cx">                 F4BFA68E1E4AD08000154298 /* DragAndDropPasteboardTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4BFA68C1E4AD08000154298 /* DragAndDropPasteboardTests.mm */; };
</span><span class="cx">                 F4C2AB221DD6D95E00E06D5B /* enormous-video-with-sound.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F4C2AB211DD6D94100E06D5B /* enormous-video-with-sound.html */; };
</span><span class="cx">                 F4D4F3B61E4E2BCB00BB2767 /* DataInteractionSimulator.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4D4F3B41E4E2BCB00BB2767 /* DataInteractionSimulator.mm */; };
</span><span class="cx">                 F4D4F3B91E4E36E400BB2767 /* DataInteractionTests.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4D4F3B71E4E36E400BB2767 /* DataInteractionTests.mm */; };
</span><del>-                F4D4F3BC1E4E511F00BB2767 /* image-and-contenteditable.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F4D4F3BB1E4E50EF00BB2767 /* image-and-contenteditable.html */; };
</del><span class="cx">                 F4F137921D9B683E002BEC57 /* large-video-test-now-playing.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F4F137911D9B6832002BEC57 /* large-video-test-now-playing.html */; };
</span><span class="cx">                 F4F405BC1D4C0D1C007A9707 /* full-size-autoplaying-video-with-audio.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F4F405BA1D4C0CF8007A9707 /* full-size-autoplaying-video-with-audio.html */; };
</span><span class="cx">                 F4F405BD1D4C0D1C007A9707 /* skinny-autoplaying-video-with-audio.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F4F405BB1D4C0CF8007A9707 /* skinny-autoplaying-video-with-audio.html */; };
</span><del>-                F4F93F341E4E918D00E33E2E /* image-and-textarea.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = F4F93F331E4E918500E33E2E /* image-and-textarea.html */; };
</del><span class="cx">                 F660AA1115A5F631003A1243 /* GetInjectedBundleInitializationUserDataCallback_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F660AA0F15A5F624003A1243 /* GetInjectedBundleInitializationUserDataCallback_Bundle.cpp */; };
</span><span class="cx">                 F660AA1515A61ABF003A1243 /* InjectedBundleInitializationUserDataCallbackWins_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F660AA1415A61ABF003A1243 /* InjectedBundleInitializationUserDataCallbackWins_Bundle.cpp */; };
</span><span class="cx">                 F6B7BE9517469212008A3445 /* DidAssociateFormControls_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6B7BE92174691EF008A3445 /* DidAssociateFormControls_Bundle.cpp */; };
</span><span class="lines">@@ -640,11 +635,6 @@
</span><span class="cx">                         files = (
</span><span class="cx">                                 C25CCA0D1E5141840026CB8A /* AllAhem.svg in Copy Resources */,
</span><span class="cx">                                 C25CCA0B1E5140C10026CB8A /* LineBreaking.html in Copy Resources */,
</span><del>-                                F4355CF01E52198100900F64 /* background-image-link-and-input.html in Copy Resources */,
-                                F49C07AE1E51849500F6B01F /* link-and-input.html in Copy Resources */,
-                                F45B960C1E50708800CFAC5D /* autofocus-contenteditable.html in Copy Resources */,
-                                F4F93F341E4E918D00E33E2E /* image-and-textarea.html in Copy Resources */,
-                                F4D4F3BC1E4E511F00BB2767 /* image-and-contenteditable.html in Copy Resources */,
</del><span class="cx">                                 C9C60E651E53A9DC006DA181 /* autoplay-check-frame.html in Copy Resources */,
</span><span class="cx">                                 C9C60E661E53A9DC006DA181 /* autoplay-check-in-iframe.html in Copy Resources */,
</span><span class="cx">                                 F47728991E4AE3C1007ABF6A /* full-page-contenteditable.html in Copy Resources */,
</span><span class="lines">@@ -1393,20 +1383,15 @@
</span><span class="cx">                 F3FC3EE213678B7300126A65 /* libgtest.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgtest.a; sourceTree = BUILT_PRODUCTS_DIR; };
</span><span class="cx">                 F415086C1DA040C10044BE9B /* play-audio-on-click.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;play-audio-on-click.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F42DA5151D8CEFDB00336F40 /* large-input-field-focus-onload.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = &quot;large-input-field-focus-onload.html&quot;; path = &quot;Tests/WebKit2Cocoa/large-input-field-focus-onload.html&quot;; sourceTree = SOURCE_ROOT; };
</span><del>-                F4355CEF1E52196100900F64 /* background-image-link-and-input.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = &quot;background-image-link-and-input.html&quot;; path = &quot;Tests/WebKit2Cocoa/background-image-link-and-input.html&quot;; sourceTree = SOURCE_ROOT; };
-                F45B960B1E50708200CFAC5D /* autofocus-contenteditable.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;autofocus-contenteditable.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 F47728981E4AE3AD007ABF6A /* full-page-contenteditable.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;full-page-contenteditable.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                F49C07AD1E51849100F6B01F /* link-and-input.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = &quot;link-and-input.html&quot;; path = &quot;Tests/WebKit2Cocoa/link-and-input.html&quot;; sourceTree = SOURCE_ROOT; };
</del><span class="cx">                 F4BFA68C1E4AD08000154298 /* DragAndDropPasteboardTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DragAndDropPasteboardTests.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F4C2AB211DD6D94100E06D5B /* enormous-video-with-sound.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;enormous-video-with-sound.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F4D4F3B41E4E2BCB00BB2767 /* DataInteractionSimulator.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DataInteractionSimulator.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F4D4F3B51E4E2BCB00BB2767 /* DataInteractionSimulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataInteractionSimulator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F4D4F3B71E4E36E400BB2767 /* DataInteractionTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DataInteractionTests.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                F4D4F3BB1E4E50EF00BB2767 /* image-and-contenteditable.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;image-and-contenteditable.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 F4F137911D9B6832002BEC57 /* large-video-test-now-playing.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;large-video-test-now-playing.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F4F405BA1D4C0CF8007A9707 /* full-size-autoplaying-video-with-audio.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;full-size-autoplaying-video-with-audio.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F4F405BB1D4C0CF8007A9707 /* skinny-autoplaying-video-with-audio.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;skinny-autoplaying-video-with-audio.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                F4F93F331E4E918500E33E2E /* image-and-textarea.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = &quot;image-and-textarea.html&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 F660AA0C15A5F061003A1243 /* GetInjectedBundleInitializationUserDataCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GetInjectedBundleInitializationUserDataCallback.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F660AA0F15A5F624003A1243 /* GetInjectedBundleInitializationUserDataCallback_Bundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GetInjectedBundleInitializationUserDataCallback_Bundle.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 F660AA1215A619C8003A1243 /* InjectedBundleInitializationUserDataCallbackWins.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InjectedBundleInitializationUserDataCallbackWins.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -1734,8 +1719,6 @@
</span><span class="cx">                 A16F66B81C40E9E100BD4D24 /* Resources */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><del>-                                F45B960B1E50708200CFAC5D /* autofocus-contenteditable.html */,
-                                F4F93F331E4E918500E33E2E /* image-and-textarea.html */,
</del><span class="cx">                                 F4C2AB211DD6D94100E06D5B /* enormous-video-with-sound.html */,
</span><span class="cx">                                 F415086C1DA040C10044BE9B /* play-audio-on-click.html */,
</span><span class="cx">                                 F4F137911D9B6832002BEC57 /* large-video-test-now-playing.html */,
</span><span class="lines">@@ -1784,7 +1767,6 @@
</span><span class="cx">                                 51A5877C1D1B3D8D004BA9AF /* IndexedDBMultiProcess-3.html */,
</span><span class="cx">                                 51B1EE941C80FADD0064FB98 /* IndexedDBPersistence-1.html */,
</span><span class="cx">                                 51B1EE951C80FADD0064FB98 /* IndexedDBPersistence-2.html */,
</span><del>-                                F4D4F3BB1E4E50EF00BB2767 /* image-and-contenteditable.html */,
</del><span class="cx">                                 2E1B7B011D41B1B3007558B4 /* large-video-hides-controls-after-seek-to-end.html */,
</span><span class="cx">                                 2E1B7AFF1D41A95F007558B4 /* large-video-seek-after-ending.html */,
</span><span class="cx">                                 2E1DFDF01D42E14400714A00 /* large-video-seek-to-beginning-and-play-after-ending.html */,
</span><span class="lines">@@ -2060,8 +2042,6 @@
</span><span class="cx">                 BC90977B125571AE00083756 /* Resources */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><del>-                                F4355CEF1E52196100900F64 /* background-image-link-and-input.html */,
-                                F49C07AD1E51849100F6B01F /* link-and-input.html */,
</del><span class="cx">                                 C045F9461385C2F800C0F3CD /* 18-characters.html */,
</span><span class="cx">                                 1C2B81851C89252300A5529F /* Ahem.ttf */,
</span><span class="cx">                                 93D3D19B17B1A7B000C7C415 /* all-content-in-one-iframe.html */,
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2Cocoaautofocuscontenteditablehtml"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/autofocus-contenteditable.html (212486 => 212487)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/autofocus-contenteditable.html        2017-02-17 00:48:34 UTC (rev 212486)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/autofocus-contenteditable.html        2017-02-17 00:51:37 UTC (rev 212487)
</span><span class="lines">@@ -1,38 +0,0 @@
</span><del>-&lt;head&gt;
-    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;
-        &lt;style&gt;
-        body {
-            width: 100%;
-            height: 100%;
-            margin: 0;
-        }
-
-        #source, #editor {
-            width: 100%;
-            height: 200px;
-            font-size: 200px;
-            white-space: nowrap;
-        }
-
-        #editor {
-            border: black 1px solid;
-        }
-        &lt;/style&gt;
-&lt;/head&gt;
-
-&lt;body&gt;
-    &lt;div contenteditable id=&quot;source&quot;&gt;Hello world&lt;/div&gt;
-    &lt;div contenteditable id=&quot;editor&quot;&gt;&lt;/div&gt;
-    &lt;script&gt;
-    function postEventType(event) {
-       webkit.messageHandlers.testHandler.postMessage(event.type);
-    }
-
-    editor.addEventListener(&quot;drop&quot;, postEventType);
-    editor.addEventListener(&quot;dragenter&quot;, postEventType);
-    editor.addEventListener(&quot;dragover&quot;, postEventType);
-
-    let text = source.childNodes[0];
-    getSelection().setBaseAndExtent(text, 0, text, text.data.length);
-    &lt;/script&gt;
-&lt;/body&gt;
</del></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2Cocoabackgroundimagelinkandinputhtml"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/background-image-link-and-input.html (212486 => 212487)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/background-image-link-and-input.html        2017-02-17 00:48:34 UTC (rev 212486)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/background-image-link-and-input.html        2017-02-17 00:51:37 UTC (rev 212487)
</span><span class="lines">@@ -1,41 +0,0 @@
</span><del>-&lt;head&gt;
-    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;
-        &lt;style&gt;
-        body {
-            width: 100%;
-            height: 100%;
-            margin: 0;
-        }
-
-        a, #editor {
-            width: 100%;
-            height: 200px;
-            font-size: 200px;
-            white-space: nowrap;
-        }
-
-        a {
-            background-image: url(icon.png);
-            background-repeat: no-repeat;
-            display: block;
-        }
-
-        #editor {
-            border: black 1px solid;
-        }
-        &lt;/style&gt;
-&lt;/head&gt;
-
-&lt;body&gt;
-    &lt;div&gt;&lt;a href=&quot;https://www.daringfireball.net&quot;&gt;&lt;/a&gt;&lt;/div&gt;
-    &lt;div&gt;&lt;input id=&quot;editor&quot;&gt;&lt;/input&gt;&lt;/div&gt;
-    &lt;script&gt;
-    function postEventType(event) {
-       webkit.messageHandlers.testHandler.postMessage(event.type);
-    }
-
-    editor.addEventListener(&quot;drop&quot;, postEventType);
-    editor.addEventListener(&quot;dragenter&quot;, postEventType);
-    editor.addEventListener(&quot;dragover&quot;, postEventType);
-    &lt;/script&gt;
-&lt;/body&gt;
</del></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2Cocoaimageandcontenteditablehtml"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-contenteditable.html (212486 => 212487)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-contenteditable.html        2017-02-17 00:48:34 UTC (rev 212486)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-contenteditable.html        2017-02-17 00:51:37 UTC (rev 212487)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-&lt;head&gt;
-    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;
-        &lt;style&gt;
-        body {
-            width: 100%;
-            height: 100%;
-            margin: 0;
-        }
-
-        #source, #editor {
-            width: 200px;
-            height: 200px;
-        }
-
-        #editor {
-            border: black 1px solid;
-        }
-        &lt;/style&gt;
-&lt;/head&gt;
-
-&lt;body&gt;
-    &lt;div&gt;&lt;img id=&quot;source&quot; src=&quot;icon.png&quot;&gt;&lt;/img&gt;&lt;/div&gt;
-    &lt;div contenteditable id=&quot;editor&quot;&gt;&lt;/div&gt;
-    &lt;script&gt;
-    function postEventType(event) {
-       webkit.messageHandlers.testHandler.postMessage(event.type);
-    }
-
-    editor.addEventListener(&quot;drop&quot;, postEventType);
-    editor.addEventListener(&quot;dragenter&quot;, postEventType);
-    editor.addEventListener(&quot;dragover&quot;, postEventType);
-    &lt;/script&gt;
-&lt;/body&gt;
</del></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2Cocoaimageandtextareahtml"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-textarea.html (212486 => 212487)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-textarea.html        2017-02-17 00:48:34 UTC (rev 212486)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/image-and-textarea.html        2017-02-17 00:51:37 UTC (rev 212487)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-&lt;head&gt;
-    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;
-        &lt;style&gt;
-        body {
-            width: 100%;
-            height: 100%;
-            margin: 0;
-        }
-
-        #source, #editor {
-            width: 200px;
-            height: 200px;
-        }
-
-        #editor {
-            border: black 1px solid;
-        }
-        &lt;/style&gt;
-&lt;/head&gt;
-
-&lt;body&gt;
-    &lt;div&gt;&lt;img id=&quot;source&quot; src=&quot;icon.png&quot;&gt;&lt;/img&gt;&lt;/div&gt;
-    &lt;textarea contenteditable id=&quot;editor&quot;&gt;&lt;/textarea&gt;
-    &lt;script&gt;
-    function postEventType(event) {
-       webkit.messageHandlers.testHandler.postMessage(event.type);
-    }
-
-    editor.addEventListener(&quot;drop&quot;, postEventType);
-    editor.addEventListener(&quot;dragenter&quot;, postEventType);
-    editor.addEventListener(&quot;dragover&quot;, postEventType);
-    &lt;/script&gt;
-&lt;/body&gt;
</del></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2Cocoalinkandinputhtml"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/link-and-input.html (212486 => 212487)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/link-and-input.html        2017-02-17 00:48:34 UTC (rev 212486)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/link-and-input.html        2017-02-17 00:51:37 UTC (rev 212487)
</span><span class="lines">@@ -1,35 +0,0 @@
</span><del>-&lt;head&gt;
-    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;
-        &lt;style&gt;
-        body {
-            width: 100%;
-            height: 100%;
-            margin: 0;
-        }
-
-        a, #editor {
-            width: 100%;
-            height: 200px;
-            font-size: 200px;
-            white-space: nowrap;
-        }
-
-        #editor {
-            border: black 1px solid;
-        }
-        &lt;/style&gt;
-&lt;/head&gt;
-
-&lt;body&gt;
-    &lt;div&gt;&lt;a href=&quot;https://www.daringfireball.net&quot;&gt;Hello world&lt;/a&gt;&lt;/div&gt;
-    &lt;div&gt;&lt;input id=&quot;editor&quot;&gt;&lt;/input&gt;&lt;/div&gt;
-    &lt;script&gt;
-    function postEventType(event) {
-       webkit.messageHandlers.testHandler.postMessage(event.type);
-    }
-
-    editor.addEventListener(&quot;drop&quot;, postEventType);
-    editor.addEventListener(&quot;dragenter&quot;, postEventType);
-    editor.addEventListener(&quot;dragover&quot;, postEventType);
-    &lt;/script&gt;
-&lt;/body&gt;
</del></span></pre>
</div>
</div>

</body>
</html>