<!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>[189204] trunk/LayoutTests</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/189204">189204</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2015-08-31 22:08:48 -0700 (Mon, 31 Aug 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove shadow DOM tests
https://bugs.webkit.org/show_bug.cgi?id=148669

Reviewed by Tim Horton.

* accessibility/corresponding-control-deleted-crash.html: Removed.
* editing/shadow: Removed.
* editing/text-iterator/basic-iteration-shadowdom.html: Removed.
* fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Removed.
* fast/dom/shadow: Removed.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk2TestExpectations">trunk/LayoutTests/platform/mac-wk2/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsaccessibilitycorrespondingcontroldeletedcrashhtml">trunk/LayoutTests/accessibility/corresponding-control-deleted-crash.html</a></li>
<li>trunk/LayoutTests/editing/shadow/</li>
<li><a href="#trunkLayoutTestseditingtextiteratorbasiciterationshadowdomhtml">trunk/LayoutTests/editing/text-iterator/basic-iteration-shadowdom.html</a></li>
<li><a href="#trunkLayoutTestsfastdomHTMLTemplateElementcyclesinshadowhtml">trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html</a></li>
<li>trunk/LayoutTests/fast/dom/shadow/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/ChangeLog        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -1,3 +1,24 @@
</span><ins>+2015-08-31  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
+        Remove shadow DOM tests
+        https://bugs.webkit.org/show_bug.cgi?id=148669
+
+        Reviewed by Tim Horton.
+
+        * accessibility/corresponding-control-deleted-crash.html: Removed.
+        * editing/shadow: Removed.
+        * editing/text-iterator/basic-iteration-shadowdom.html: Removed.
+        * fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Removed.
+        * fast/dom/shadow: Removed.
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/win/TestExpectations:
+
</ins><span class="cx"> 2015-08-31  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Range API is throwing wrong exception type
</span></span></pre></div>
<a id="trunkLayoutTestsaccessibilitycorrespondingcontroldeletedcrashhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/accessibility/corresponding-control-deleted-crash.html (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/accessibility/corresponding-control-deleted-crash.html        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/accessibility/corresponding-control-deleted-crash.html        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -1,42 +0,0 @@
</span><del>-
-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-
-&lt;p id=&quot;description&quot;&gt;&lt;/p&gt;
-&lt;div id=&quot;console&quot;&gt;&lt;/div&gt;
-
-&lt;script&gt;
-    description(&quot;Make sure that a debug assert is not triggered when a call to RenderBlock::deleteLineBoxTree calls AccessibilityRenderObject::accessibilityIsIgnored which may require the AXObject for a node that is being deleted.&quot;);
-
-    var label = document.createElement('label');
-    label.style.position = 'fixed';
-    document.body.appendChild(label);
-
-    var progress = document.createElement('progress');
-    progress.style.display = 'block';
-    label.appendChild(progress);
-
-    var kbd = document.createElement('kbd');
-    label.appendChild(kbd);
-
-    var labelShadow = label.webkitCreateShadowRoot();
-
-    var select = document.createElement('select');
-    select.setAttribute('multiple', 'multiple');
-    labelShadow.appendChild(select);
-
-    var shadow = document.createElement('shadow');
-    labelShadow.appendChild(shadow);
-
-    select.focus();
-
-    document.body.removeChild(label);
-
-&lt;/script&gt;
-&lt;script src=&quot;../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestseditingtextiteratorbasiciterationshadowdomhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/editing/text-iterator/basic-iteration-shadowdom.html (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/editing/text-iterator/basic-iteration-shadowdom.html        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/editing/text-iterator/basic-iteration-shadowdom.html        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -1,45 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/js-test-selection-shared.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;p id=&quot;description&quot;&gt;&lt;/p&gt;
-&lt;div id=&quot;console&quot;&gt;&lt;/div&gt;
-&lt;script&gt;
-description('Unit tests for WebCore text iterator with shadow tree support enabled');
-
-var subframe = document.createElement('iframe');
-document.body.appendChild(subframe);
-
-function appendBrElement(node)
-{
-    node.appendChild(document.createElement('br'));
-}
-
-function addShadowTreeWithDivElement(node)
-{
-    node.webkitCreateShadowRoot();
-    internals.oldestShadowRoot(node).innerHTML = '&lt;div&gt;b&lt;/div&gt;';
-}
-
-var testDocument = subframe.contentDocument;
-var range = testDocument.createRange();
-
-var head = testDocument.createElement(&quot;head&quot;);
-testDocument.documentElement.insertBefore(head, testDocument.documentElement.firstChild);
-
-testDocument.body.innerHTML = '&lt;div&gt;a&lt;/div&gt;';
-var div = testDocument.body.childNodes[0];
-shouldBe('addShadowTreeWithDivElement(div); range.selectNodeContents(internals.oldestShadowRoot(div)); internals.rangeAsText(range)', '&quot;b&quot;');
-
-shouldBe('appendBrElement(internals.oldestShadowRoot(div).childNodes[0]); range.selectNodeContents(internals.oldestShadowRoot(div)); internals.rangeAsText(range)', '&quot;b\\n&quot;');
-
-document.body.removeChild(subframe);
-
-var successfullyParsed = true;
-&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsfastdomHTMLTemplateElementcyclesinshadowhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;body&gt;
-&lt;script src=&quot;../../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;div id=container&gt;
-  &lt;template&gt;&lt;div&gt;&lt;/div&gt;&lt;/template&gt;
-&lt;/div&gt;
-&lt;script&gt;
-description('Test that cycle detection traverses over both templates and shadow roots');
-var outerDiv = document.getElementById('container');
-var template = document.querySelector('template');
-var div = template.content.firstChild;
-var shadowRoot = div.webkitCreateShadowRoot();
-var shadowDiv = shadowRoot.appendChild(document.createElement('div'));
-shouldThrow('shadowDiv.appendChild(outerDiv)');
-&lt;/script&gt;
-&lt;script src=&quot;../../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -419,13 +419,6 @@
</span><span class="cx"> perf/array-nested-loop.html [ WontFix ]
</span><span class="cx"> perf/mouse-event.html [ WontFix ]
</span><span class="cx"> 
</span><del>-# Shadow DOM is disabled.
-Bug(EFL) editing/shadow [ WontFix ]
-Bug(EFL) fast/dom/shadow [ WontFix ]
-Bug(EFL) editing/text-iterator/basic-iteration-shadowdom.html [ WontFix ]
-Bug(EFL) accessibility/corresponding-control-deleted-crash.html [ WontFix ]
-Bug(EFL) fast/dom/HTMLTemplateElement/cycles-in-shadow.html [ WontFix ]
-
</del><span class="cx"> # Rounding issues when running on 32-bits machines.
</span><span class="cx"> svg/css/stars-with-shadow.html
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -430,14 +430,6 @@
</span><span class="cx"> animations/trigger-container-scroll-simple.html [ Skip ]
</span><span class="cx"> animations/trigger-container-scroll-boundaries.html [ Skip ]
</span><span class="cx"> 
</span><del>-# ENABLE(SHADOW_DOM) is disabled.
-Bug(GTK) fast/dom/shadow [ Skip ]
-Bug(GTK) fast/dom/HTMLTemplateElement/cycles-in-shadow.html [ Skip ]
-Bug(GTK) editing/shadow [ Skip ]
-Bug(GTK) accessibility/corresponding-control-deleted-crash.html [ Skip ]
-Bug(GTK) editing/text-iterator/basic-iteration-shadowdom.html [ Skip ]
-#
-
</del><span class="cx"> # ENABLE(WEBVTT_REGIONS) is disabled
</span><span class="cx"> webkit.org/b/109570 media/track/regions-webvtt [ Skip ]
</span><span class="cx"> webkit.org/b/109570 media/track/w3c [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -108,11 +108,6 @@
</span><span class="cx"> inspector/ [ Skip ]
</span><span class="cx"> http/tests/inspector/ [ Skip ]
</span><span class="cx"> 
</span><del>-# ShadowDOM is not enabled on iOS
-fast/dom/shadow
-fast/dom/HTMLTemplateElement/cycles-in-shadow.html
-editing/shadow
-
</del><span class="cx"> # Some CSS3 Text tests are not enabled on iOS
</span><span class="cx"> webkit.org/b/76173 fast/css3-text/css3-text-align-last
</span><span class="cx"> webkit.org/b/99945 fast/css3-text/css3-text-justify
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -586,7 +586,6 @@
</span><span class="cx"> editing/style/toggle-style-bold-italic.html [ Failure ]
</span><span class="cx"> editing/style/typing-style-001.html [ Failure ]
</span><span class="cx"> editing/style/typing-style-002.html [ Failure ]
</span><del>-editing/text-iterator/basic-iteration-shadowdom.html [ Failure ]
</del><span class="cx"> editing/text-iterator/first-letter-word-boundary.html [ Failure ]
</span><span class="cx"> editing/undo/4063751.html [ Failure ]
</span><span class="cx"> editing/undo/5378473.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -1392,7 +1392,6 @@
</span><span class="cx"> editing/style/typing-style-001.html [ Failure ]
</span><span class="cx"> editing/style/typing-style-002.html [ Failure ]
</span><span class="cx"> editing/style/typing-style-003.html [ Failure ]
</span><del>-editing/text-iterator/basic-iteration-shadowdom.html [ Failure ]
</del><span class="cx"> editing/text-iterator/first-letter-word-boundary.html [ Failure ]
</span><span class="cx"> editing/text-iterator/thai-cursor-movement.html [ Failure ]
</span><span class="cx"> editing/undo/4063751.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -241,13 +241,6 @@
</span><span class="cx"> # Styled scope element is not yet enabled.
</span><span class="cx"> webkit.org/b/49142 fast/css/style-scoped
</span><span class="cx"> 
</span><del>-# ENABLE(SHADOW_DOM) is disabled.
-fast/dom/shadow
-fast/dom/HTMLTemplateElement/cycles-in-shadow.html
-editing/shadow
-accessibility/corresponding-control-deleted-crash.html
-editing/text-iterator/basic-iteration-shadowdom.html
-
</del><span class="cx"> # JSC does not support setIsolatedWorldSecurityOrigin
</span><span class="cx"> webkit.org/b/61540 http/tests/security/isolatedWorld/cross-origin-xhr.html
</span><span class="cx"> 
</span><span class="lines">@@ -488,9 +481,6 @@
</span><span class="cx"> 
</span><span class="cx"> [ Mavericks ] http/tests/multipart/invalid-image-data-standalone.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Needs ENABLE_SHADOW_DOM
-webkit.org/b/76439 [ Debug ] fast/dom/shadow/content-element-api.html [ Failure ]
-
</del><span class="cx"> # ENABLE(CUSTOM_ELEMENTS) is disabled.
</span><span class="cx"> fast/dom/custom
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk2/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -183,10 +183,6 @@
</span><span class="cx"> # All spatial navigation tests fail on Mac WK2
</span><span class="cx"> webkit.org/b/96438 fast/spatial-navigation
</span><span class="cx"> 
</span><del>-# ENABLE(SHADOW_DOM) is disabled.
-webkit.org/b/76359 editing/shadow [ Skip ]
-webkit.org/b/76359 fast/dom/shadow [ Skip ]
-
</del><span class="cx"> # fast/events/controlclick-no-onclick.html fails or times out on Mac WK2
</span><span class="cx"> webkit.org/b/105948 fast/events/controlclick-no-onclick.html [ Skip ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (189203 => 189204)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-09-01 05:00:02 UTC (rev 189203)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-09-01 05:08:48 UTC (rev 189204)
</span><span class="lines">@@ -455,11 +455,6 @@
</span><span class="cx"> # TODO ENABLE(CSS_SCROLL_SNAP) is disabled.
</span><span class="cx"> css3/scroll-snap/ [ Skip ]
</span><span class="cx"> 
</span><del>-# ENABLE(SHADOW_DOM) is disabled.
-editing/shadow/ [ Skip ]
-fast/dom/shadow/ [ Skip ]
-fast/dom/HTMLTemplateElement/cycles-in-shadow.html [ Skip ]
-
</del><span class="cx"> # JSC does not support setIsolatedWorldSecurityOrigin
</span><span class="cx"> webkit.org/b/61540 http/tests/security/isolatedWorld/cross-origin-xhr.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1478,10 +1473,6 @@
</span><span class="cx"> accessibility/file-upload-button-stringvalue.html
</span><span class="cx"> webkit.org/b/97026 accessibility/file-upload-button-with-axpress.html [ Skip ] #  [ Timeout ]
</span><span class="cx"> 
</span><del>-# Wants 'webkitCreateShadowRoot()' access:
-webkit.org/b/108249 [ Release ] accessibility/corresponding-control-deleted-crash.html [ Failure ]
-webkit.org/b/108249 [ Debug ] accessibility/corresponding-control-deleted-crash.html [ Skip ] # Crash (Debug Assertion)
-
</del><span class="cx"> # Color Well is not implemented:
</span><span class="cx"> accessibility/color-well.html
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>