<!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>[168309] 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/168309">168309</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-05-05 12:43:12 -0700 (Mon, 05 May 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[CSS Blending] Move fast/repaint tests to css3/compositing/repaint
https://bugs.webkit.org/show_bug.cgi?id=132567

Patch by Ion Rosca &lt;rosca@adobe.com&gt; on 2014-05-05
Reviewed by Mihnea Ovidenie.

* css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt.
* css3/compositing/repaint/blend-mode-isolate-stacking-context.html: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html.
* platform/efl-wk2/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/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="#trunkLayoutTestsplatformeflwk2TestExpectations">trunk/LayoutTests/platform/efl-wk2/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/css3/compositing/repaint/</li>
<li><a href="#trunkLayoutTestscss3compositingrepaintblendmodeisolatestackingcontextexpectedtxt">trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt</a></li>
<li><a href="#trunkLayoutTestscss3compositingrepaintblendmodeisolatestackingcontexthtml">trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context.html</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastrepaintblendmodeisolatestackingcontextexpectedtxt">trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintblendmodeisolatestackingcontexthtml">trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (168308 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-05-05 18:59:23 UTC (rev 168308)
+++ trunk/LayoutTests/ChangeLog        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2014-05-05  Ion Rosca  &lt;rosca@adobe.com&gt;
+
+        [CSS Blending] Move fast/repaint tests to css3/compositing/repaint
+        https://bugs.webkit.org/show_bug.cgi?id=132567
+
+        Reviewed by Mihnea Ovidenie.
+
+        * css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt.
+        * css3/compositing/repaint/blend-mode-isolate-stacking-context.html: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html.
+        * platform/efl-wk2/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
</ins><span class="cx"> 2014-05-05  Radu Stavila  &lt;stavila@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Regions] Remove regionLayoutUpdate event
</span></span></pre></div>
<a id="trunkLayoutTestscss3compositingrepaintblendmodeisolatestackingcontextexpectedtxtfromrev168308trunkLayoutTestsfastrepaintblendmodeisolatestackingcontextexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt (from rev 168308, trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt) (0 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt                                (rev 0)
+++ trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+Test if setting blend mode creates isolation.
+
+Test if unsetting blend mode removes isolation.
+
+Test if unsetting a parent's stacking context correctly removes isolation.
+
+Test if switching a blend mode preserves isolation.
+
+Test if switching the property that causes the parent to create a stacking context preserves isolation.
+
+Test if unsetting a parent's stacking context correctly updates its parent isolation.
+
+(repaint rects
+  (rect 48 54 60 60)
+  (rect 48 54 60 60)
+  (rect 48 54 60 60)
+  (rect 48 54 60 60)
+  (rect 48 172 60 60)
+  (rect 48 172 60 60)
+  (rect 28 290 60 60)
+  (rect 48 290 60 60)
+  (rect 48 290 60 60)
+  (rect 48 408 60 60)
+  (rect 48 408 60 60)
+  (rect 28 526 60 60)
+  (rect 48 526 60 60)
+  (rect 48 644 60 60)
+  (rect 68 644 60 60)
+  (rect 68 644 60 60)
+  (rect 28 290 60 60)
+  (rect 48 644 60 60)
+  (rect 28 526 60 60)
+  (rect 88 644 20 60)
+)
+
</ins></span></pre></div>
<a id="trunkLayoutTestscss3compositingrepaintblendmodeisolatestackingcontexthtmlfromrev168308trunkLayoutTestsfastrepaintblendmodeisolatestackingcontexthtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context.html (from rev 168308, trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html) (0 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context.html                                (rev 0)
+++ trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context.html        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -0,0 +1,89 @@
</span><ins>+&lt;!DOCTYPE HTML&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;style&gt;
+    div {
+        margin: 20px;
+        width: 60px;
+        height: 60px;
+    }
+
+    .parent {
+        background: #0F0;
+    }
+
+    .child {
+        background: #00F;
+    }
+
+    .stacking {
+        position: relative;
+        z-index: 0;
+    }
+
+    .stacking2 {
+        opacity: 0.99;
+    }
+
+    .blender {
+        mix-blend-mode: difference;
+    }
+
+    .blender2 {
+        mix-blend-mode: screen;
+    }
+&lt;/style&gt;
+&lt;script&gt;
+    if (window.testRunner)
+        testRunner.dumpAsText(true);
+&lt;/script&gt;
+&lt;script src=&quot;../../../fast/repaint/resources/text-based-repaint.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+&lt;!-- Repaint test to ensure that setting a blend mode dynamically triggers this operation
+    only with the contents of the nearest ancestor stacking context. --&gt;
+&lt;body onload=&quot;runRepaintTest()&quot;&gt;
+    &lt;p&gt;Test if setting blend mode creates isolation.&lt;/p&gt;
+    &lt;div class=&quot;parent stacking&quot;&gt;
+        &lt;div id=&quot;first&quot; class=&quot;child&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+
+    &lt;p&gt;Test if unsetting blend mode removes isolation.&lt;/p&gt;
+    &lt;div class=&quot;parent stacking&quot;&gt;
+        &lt;div id=&quot;second&quot; class=&quot;child blender&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+
+    &lt;p&gt;Test if unsetting a parent's stacking context correctly removes isolation.&lt;/p&gt;
+    &lt;div id=&quot;third&quot; class=&quot;parent stacking&quot;&gt;
+        &lt;div class=&quot;child blender&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+
+    &lt;p&gt;Test if switching a blend mode preserves isolation.&lt;/p&gt;
+     &lt;div class=&quot;parent stacking&quot;&gt;
+         &lt;div id=&quot;fourth&quot; class=&quot;child blender&quot;&gt;&lt;/div&gt;
+     &lt;/div&gt;
+
+    &lt;p&gt;Test if switching the property that causes the parent to create a stacking context preserves isolation.&lt;/p&gt;
+    &lt;div id=&quot;fifth&quot; class=&quot;parent stacking&quot;&gt;
+        &lt;div class=&quot;child blender&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+
+    &lt;p&gt;Test if unsetting a parent's stacking context correctly updates its parent isolation.&lt;/p&gt;
+    &lt;div class=&quot;parent stacking&quot;&gt;
+        &lt;div id=&quot;sixth&quot; class=&quot;parent stacking&quot;&gt;
+            &lt;div class=&quot;child blender&quot;&gt;&lt;/div&gt;
+        &lt;/div&gt;
+    &lt;/div&gt;
+
+    &lt;script&gt;
+        function repaintTest() {
+            document.getElementById('first').className = &quot;child blender&quot;;
+            document.getElementById('second').className = &quot;child&quot;;
+
+            document.getElementById('third').className = &quot;parent&quot;;
+
+            document.getElementById('fourth').className = &quot;child blender2&quot;;
+
+            document.getElementById('fifth').className = &quot;parent stacking2&quot;;
+            document.getElementById('sixth').className = &quot;parent&quot;;
+        }
+     &lt;/script&gt;
+ &lt;/body&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintblendmodeisolatestackingcontextexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt (168308 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt        2014-05-05 18:59:23 UTC (rev 168308)
+++ trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -1,35 +0,0 @@
</span><del>-Test if setting blend mode creates isolation.
-
-Test if unsetting blend mode removes isolation.
-
-Test if unsetting a parent's stacking context correctly removes isolation.
-
-Test if switching a blend mode preserves isolation.
-
-Test if switching the property that causes the parent to create a stacking context preserves isolation.
-
-Test if unsetting a parent's stacking context correctly updates its parent isolation.
-
-(repaint rects
-  (rect 48 54 60 60)
-  (rect 48 54 60 60)
-  (rect 48 54 60 60)
-  (rect 48 54 60 60)
-  (rect 48 172 60 60)
-  (rect 48 172 60 60)
-  (rect 28 290 60 60)
-  (rect 48 290 60 60)
-  (rect 48 290 60 60)
-  (rect 48 408 60 60)
-  (rect 48 408 60 60)
-  (rect 28 526 60 60)
-  (rect 48 526 60 60)
-  (rect 48 644 60 60)
-  (rect 68 644 60 60)
-  (rect 68 644 60 60)
-  (rect 28 290 60 60)
-  (rect 48 644 60 60)
-  (rect 28 526 60 60)
-  (rect 88 644 20 60)
-)
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintblendmodeisolatestackingcontexthtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html (168308 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html        2014-05-05 18:59:23 UTC (rev 168308)
+++ trunk/LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -1,89 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;style&gt;
-    div {
-        margin: 20px;
-        width: 60px;
-        height: 60px;
-    }
-
-    .parent {
-        background: #0F0;
-    }
-
-    .child {
-        background: #00F;
-    }
-
-    .stacking {
-        position: relative;
-        z-index: 0;
-    }
-
-    .stacking2 {
-        opacity: 0.99;
-    }
-
-    .blender {
-        mix-blend-mode: difference;
-    }
-
-    .blender2 {
-        mix-blend-mode: screen;
-    }
-&lt;/style&gt;
-&lt;script&gt;
-    if (window.testRunner)
-        testRunner.dumpAsText(true);
-&lt;/script&gt;
-&lt;script src=&quot;resources/text-based-repaint.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
-&lt;!-- Repaint test to ensure that setting a blend mode dynamically triggers this operation
-    only with the contents of the nearest ancestor stacking context. --&gt;
-&lt;body onload=&quot;runRepaintTest()&quot;&gt;
-    &lt;p&gt;Test if setting blend mode creates isolation.&lt;/p&gt;
-    &lt;div class=&quot;parent stacking&quot;&gt;
-        &lt;div id=&quot;first&quot; class=&quot;child&quot;&gt;&lt;/div&gt;
-    &lt;/div&gt;
-
-    &lt;p&gt;Test if unsetting blend mode removes isolation.&lt;/p&gt;
-    &lt;div class=&quot;parent stacking&quot;&gt;
-        &lt;div id=&quot;second&quot; class=&quot;child blender&quot;&gt;&lt;/div&gt;
-    &lt;/div&gt;
-
-    &lt;p&gt;Test if unsetting a parent's stacking context correctly removes isolation.&lt;/p&gt;
-    &lt;div id=&quot;third&quot; class=&quot;parent stacking&quot;&gt;
-        &lt;div class=&quot;child blender&quot;&gt;&lt;/div&gt;
-    &lt;/div&gt;
-
-    &lt;p&gt;Test if switching a blend mode preserves isolation.&lt;/p&gt;
-     &lt;div class=&quot;parent stacking&quot;&gt;
-         &lt;div id=&quot;fourth&quot; class=&quot;child blender&quot;&gt;&lt;/div&gt;
-     &lt;/div&gt;
-
-    &lt;p&gt;Test if switching the property that causes the parent to create a stacking context preserves isolation.&lt;/p&gt;
-    &lt;div id=&quot;fifth&quot; class=&quot;parent stacking&quot;&gt;
-        &lt;div class=&quot;child blender&quot;&gt;&lt;/div&gt;
-    &lt;/div&gt;
-
-    &lt;p&gt;Test if unsetting a parent's stacking context correctly updates its parent isolation.&lt;/p&gt;
-    &lt;div class=&quot;parent stacking&quot;&gt;
-        &lt;div id=&quot;sixth&quot; class=&quot;parent stacking&quot;&gt;
-            &lt;div class=&quot;child blender&quot;&gt;&lt;/div&gt;
-        &lt;/div&gt;
-    &lt;/div&gt;
-
-    &lt;script&gt;
-        function repaintTest() {
-            document.getElementById('first').className = &quot;child blender&quot;;
-            document.getElementById('second').className = &quot;child&quot;;
-
-            document.getElementById('third').className = &quot;parent&quot;;
-
-            document.getElementById('fourth').className = &quot;child blender2&quot;;
-
-            document.getElementById('fifth').className = &quot;parent stacking2&quot;;
-            document.getElementById('sixth').className = &quot;parent&quot;;
-        }
-     &lt;/script&gt;
- &lt;/body&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (168308 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2014-05-05 18:59:23 UTC (rev 168308)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -432,13 +432,6 @@
</span><span class="cx"> # The following test fail because blending is not yet implemented
</span><span class="cx"> webkit.org/b/105542 fast/canvas/canvas-blend-image.html [ Skip ]
</span><span class="cx"> webkit.org/b/105542 fast/canvas/canvas-blend-solid.html [ Skip ]
</span><del>-webkit.org/b/126887 css3/compositing/background-blend-mode-crossfade-image.html [ Skip ]
-webkit.org/b/99200 css3/compositing/blend-mode-layers.html [ Skip ]
-webkit.org/b/99200 css3/compositing/blend-mode-overflow.html [ Skip ]
-webkit.org/b/99200 css3/compositing/blend-mode-reflection.html [ Skip ]
-webkit.org/b/99200 css3/compositing/blend-mode-simple.html [ Skip ]
-webkit.org/b/118894 css3/compositing/background-blend-mode-data-uri-svg-image.html [ Skip ]
-webkit.org/b/126888 css3/compositing/background-blend-mode-tiled-layers.html [ Skip ]
</del><span class="cx"> 
</span><span class="cx"> # No concept of secure text input
</span><span class="cx"> editing/secure-input [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl-wk2/TestExpectations (168308 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl-wk2/TestExpectations        2014-05-05 18:59:23 UTC (rev 168308)
+++ trunk/LayoutTests/platform/efl-wk2/TestExpectations        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -558,6 +558,4 @@
</span><span class="cx"> webkit.org/b/131987 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131987 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/131377 fast/repaint/blend-mode-isolate-stacking-context.html [ Failure Timeout ]
-
</del><span class="cx"> webkit.org/b/132049 fast/css3-text/css3-text-decoration/text-decoration-skip/glyph-inside-underline.html [ ImageOnlyFailure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (168308 => 168309)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-05-05 18:59:23 UTC (rev 168308)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-05-05 19:43:12 UTC (rev 168309)
</span><span class="lines">@@ -1907,8 +1907,6 @@
</span><span class="cx"> # Test globally skipped, passing on GTK port
</span><span class="cx"> webkit.org/b/124349 fast/hidpi/image-srcset-relative-svg-canvas.html [ Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/131377 fast/repaint/blend-mode-isolate-stacking-context.html [ Failure Timeout ]
-
</del><span class="cx"> webkit.org/b/131496 accessibility/help-text.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/131498 fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html [ ImageOnlyFailure ]
</span></span></pre>
</div>
</div>

</body>
</html>