Title: [89686] trunk/LayoutTests
Revision
89686
Author
[email protected]
Date
2011-06-24 11:24:41 -0700 (Fri, 24 Jun 2011)

Log Message

fast/css/font-face-in-shadow-DOM.html is flaky on Chromium, failing on Win XP Debug.
https://bugs.webkit.org/show_bug.cgi?id=63115

Add expected (failing?) results for win-xp to get the bots green.

* platform/win-xp/fast/css: Added.
* platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89685 => 89686)


--- trunk/LayoutTests/ChangeLog	2011-06-24 18:09:14 UTC (rev 89685)
+++ trunk/LayoutTests/ChangeLog	2011-06-24 18:24:41 UTC (rev 89686)
@@ -1,3 +1,13 @@
+2011-06-24  Jessie Berlin  <[email protected]>
+
+        fast/css/font-face-in-shadow-DOM.html is flaky on Chromium, failing on Win XP Debug.
+        https://bugs.webkit.org/show_bug.cgi?id=63115
+
+        Add expected (failing?) results for win-xp to get the bots green.
+
+        * platform/win-xp/fast/css: Added.
+        * platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt: Added.
+
 2011-06-24  Matthew Delaney  <[email protected]>
 
         Fixing burning trees from change to tests in https://bugs.webkit.org/show_bug.cgi?id=63327

Added: trunk/LayoutTests/platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt (0 => 89686)


--- trunk/LayoutTests/platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt	2011-06-24 18:24:41 UTC (rev 89686)
@@ -0,0 +1,12 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (8,8) size 108x102 clip at (9,9) size 106x100
+  RenderTextControl {TEXTAREA} at (0,0) size 108x102 [color=#008000] [bgcolor=#FF0000] [border: (1px solid #008000)]
+    RenderBlock {DIV} at (1,1) size 106x100
+      RenderText {#text} at (0,0) size 100x100
+        text run at (0,0) width 100: "A"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to