<!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" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { 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 #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#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>
<title>[24838] trunk/LayoutTests</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/24838">24838</a></dd>
<dt>Author</dt> <dd>aroben</dd>
<dt>Date</dt> <dd>2007-08-03 00:21:49 -0700 (Fri, 03 Aug 2007)</dd>
</dl>

<h3>Log Message</h3>
<pre>        Updated Skipped files for Windows and Leopard.

        * mac/leopard/Skipped: Removed a test that has been moved (and only
        fails on Windows), and added new failures.
        * win/Skipped: Added new failures and annotated some old ones.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsmacleopardSkipped">trunk/LayoutTests/mac/leopard/Skipped</a></li>
<li><a href="#trunkLayoutTestswinSkipped">trunk/LayoutTests/win/Skipped</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (24837 => 24838)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2007-08-03 07:21:25 UTC (rev 24837)
+++ trunk/LayoutTests/ChangeLog        2007-08-03 07:21:49 UTC (rev 24838)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2007-08-03  Adam Roben  &lt;aroben@apple.com&gt;
+
+        Updated Skipped files for Windows and Leopard.
+
+        * mac/leopard/Skipped: Removed a test that has been moved (and only
+        fails on Windows), and added new failures.
+        * win/Skipped: Added new failures and annotated some old ones.
+
</ins><span class="cx"> 2007-08-02  Adam Roben  &lt;aroben@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Fix a typo in fast/events/no-blur-on-page
</span></span></pre></div>
<a id="trunkLayoutTestsmacleopardSkipped"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/mac/leopard/Skipped (24837 => 24838)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/mac/leopard/Skipped        2007-08-03 07:21:25 UTC (rev 24837)
+++ trunk/LayoutTests/mac/leopard/Skipped        2007-08-03 07:21:49 UTC (rev 24838)
</span><span class="lines">@@ -1,6 +1,3 @@
</span><del>-# &lt;rdar://problem/5361188&gt; fast/js/window-resize.html fails on windows
-fast/js/window-resize.html
-
</del><span class="cx"> # &lt;rdar://problem/5313520&gt; editing/pasteboard/4076267-2.html fails on Leopard
</span><span class="cx"> editing/pasteboard/4076267-2.html
</span><span class="cx"> 
</span><span class="lines">@@ -44,3 +41,12 @@
</span><span class="cx"> # &lt;rdar://problem/5338680&gt; fast/forms/hidden-listbox and fast/forms/hidden-input-file are missing empty RenderText on Leopard
</span><span class="cx"> fast/forms/hidden-listbox.html
</span><span class="cx"> fast/forms/hidden-input-file.html
</span><ins>+
+# XHR.responseText is null instead of empty string &lt;rdar://problem/5383104&gt;
+http/tests/xmlhttprequest/zero-length-response.html
+
+# selection is wrong &lt;rdar://problem/5383368&gt;
+fast/dom/delete-contents.html
+
+# Drag/drop of image is failing &lt;rdar://problem/5383382&gt;
+fast/events/standalone-image-drag-to-editable.html
</ins></span></pre></div>
<a id="trunkLayoutTestswinSkipped"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/win/Skipped (24837 => 24838)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/win/Skipped        2007-08-03 07:21:25 UTC (rev 24837)
+++ trunk/LayoutTests/win/Skipped        2007-08-03 07:21:49 UTC (rev 24838)
</span><span class="lines">@@ -70,12 +70,10 @@
</span><span class="cx"> fast/block/positioning/047.html
</span><span class="cx"> fast/css/beforeSelectorOnCodeElement.html
</span><span class="cx"> fast/css/font_property_normal.html
</span><del>-fast/css/ignore-text-zoom
</del><span class="cx"> fast/css/rtl-ordering.html
</span><span class="cx"> fast/css/text-security.html
</span><span class="cx"> fast/encoding/denormalised-voiced-japanese-chars.html
</span><span class="cx"> fast/encoding/invalid-UTF-8.html
</span><del>-fast/events/standalone-image-drag-to-editable.html
</del><span class="cx"> fast/forms/select-visual-hebrew.html
</span><span class="cx"> fast/forms/select-writing-direction-natural.html
</span><span class="cx"> fast/forms/visual-hebrew-text-field.html
</span><span class="lines">@@ -215,7 +213,8 @@
</span><span class="cx"> editing/undo/undo-forward-delete-boundary.html
</span><span class="cx"> editing/undo/undo-forward-delete.html
</span><span class="cx"> 
</span><del>-# DRT doesn't implement textInputController &lt;rdar://problem/
</del><ins>+# DRT doesn't implement textInputController &lt;rdar://problem/5074430&gt;
+editing/deleting/5300379.html
</ins><span class="cx"> editing/deleting/delete-to-end-of-paragraph.html
</span><span class="cx"> editing/deleting/smart-delete-003.html
</span><span class="cx"> editing/deleting/smart-delete-004.html
</span><span class="lines">@@ -228,8 +227,15 @@
</span><span class="cx"> editing/input/text-input-controller.html
</span><span class="cx"> editing/input/wrapped-line-char-rect.html
</span><span class="cx"> editing/selection/4947387.html
</span><ins>+editing/selection/5195166-1.html
+editing/selection/5195166-2.html
</ins><span class="cx"> editing/selection/select-line.html
</span><span class="cx"> editing/selection/selection-actions.html
</span><ins>+fast/dom/character-index-for-point.html
+fast/forms/attributed-strings.html
+fast/text/attributed-substring-from-range-001.html
+fast/text/attributed-substring-from-range.html
+fast/text/justified-text-rect.html
</ins><span class="cx"> 
</span><span class="cx"> # ASSERT in ClipboardWin::setData &lt;rdar://problem/5015941&gt;
</span><span class="cx"> editing/execCommand/copy-without-selection.html
</span><span class="lines">@@ -247,7 +253,6 @@
</span><span class="cx"> editing/selection/4895428-1.html
</span><span class="cx"> editing/selection/4895428-4.html
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> # editing/pasteboard/drag-selected-image-to-contenteditable.html fails on boomer &lt;rdar://problem/5143967&gt;
</span><span class="cx"> editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
</span><span class="cx"> editing/pasteboard/drag-selected-image-to-contenteditable.html
</span><span class="lines">@@ -270,15 +275,6 @@
</span><span class="cx"> # editing/style/style-boundary-005.html fails on boomer &lt;rdar://problem/5143715&gt;
</span><span class="cx"> editing/style/style-boundary-005.html
</span><span class="cx"> 
</span><del>-# No textInputController &lt;rdar://problem/5074430&gt;
-fast/dom/character-index-for-point.html
-fast/forms/attributed-strings.html
-fast/text/attributed-substring-from-range-001.html
-fast/text/attributed-substring-from-range.html
-fast/text/justified-text-rect.html
-editing/selection/5195166-1.html
-editing/selection/5195166-2.html
-
</del><span class="cx"> # Pixel depth and color depth different on boomer &lt;rdar://problem/5137719&gt;
</span><span class="cx"> fast/dom/Window/window-screen-properties.html
</span><span class="cx"> 
</span><span class="lines">@@ -461,11 +457,7 @@
</span><span class="cx"> fast/forms/dragging-to-file-input.html
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/5230478&gt; FrameLoadDelegate callbacks are not dumped in DRT
</span><del>-http/tests/loading/bad-scheme-subframe.html
-http/tests/loading/bad-server-subframe.html
-http/tests/loading/basic.html
-http/tests/loading/empty-subframe.html
-http/tests/loading/simple-subframe.html
</del><ins>+http/tests/loading
</ins><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/5233929&gt; frame-loading-via-document-write.html is failing
</span><span class="cx"> fast/dom/frame-loading-via-document-write.html
</span><span class="lines">@@ -490,6 +482,36 @@
</span><span class="cx"> editing/pasteboard/emacs-ctrl-k-y-001.html
</span><span class="cx"> editing/pasteboard/emacs-cntl-y-001.html
</span><span class="cx"> 
</span><ins>+# eventSender.contextClick is unimplemented &lt;rdar://problem/5132001&gt;
+editing/selection/5109817.html
+editing/selection/5354455-1.html
+editing/selection/5354455-2.html
+
+# eventSender.textZoomIn is unimplemented &lt;rdar://problem/5382277&gt;
+fast/css/ignore-text-zoom.html
+
+# &lt;rdar://problem/5361188&gt;
+fast/dom/Window/window-resize.html
+
+# layoutTestController.setCustomPolicyDelegate is unimplemented &lt;rdar://problem/5382546&gt;
+http/tests/security/feed-urls-from-remote.html
+
+# These tests time out &lt;rdar://problem/5382558&gt;
+http/tests/security/cross-frame-access-protocol-explicit-domain.html
+http/tests/security/cross-frame-access-protocol.html
+
+# Reports large negative numbers for screenLeft and screenTop &lt;rdar://problem/5382579&gt;
+http/tests/security/cross-frame-access-put.html
+
+# XHR.responseText is null instead of empty string &lt;rdar://problem/5383104&gt;
+http/tests/xmlhttprequest/zero-length-response.html
+
+# selection is wrong &lt;rdar://problem/5383368&gt;
+fast/dom/delete-contents.html
+
+# Drag/drop of image is failing &lt;rdar://problem/5383382&gt;
+fast/events/standalone-image-drag-to-editable.html
+
</ins><span class="cx"> ################################################################################
</span><span class="cx"> ####################### No bugs filed about the below yet#######################
</span><span class="cx"> ################################################################################
</span></span></pre>
</div>
</div>

</body>
</html>