Title: [89688] trunk/LayoutTests
- Revision
- 89688
- Author
- [email protected]
- Date
- 2011-06-24 11:43:59 -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
Better solution: this test appears to give different results depending on what other test
is run before it, so just disable it.
* fast/css/font-face-in-shadow-DOM.html: Removed.
* fast/css/font-face-in-shadow-DOM.html-disabled: Copied from fast/css/font-face-in-shadow-DOM.html.
* platform/win-xp/fast/css: Removed.
* platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt: Removed.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (89687 => 89688)
--- trunk/LayoutTests/ChangeLog 2011-06-24 18:35:12 UTC (rev 89687)
+++ trunk/LayoutTests/ChangeLog 2011-06-24 18:43:59 UTC (rev 89688)
@@ -1,3 +1,16 @@
+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
+
+ Better solution: this test appears to give different results depending on what other test
+ is run before it, so just disable it.
+
+ * fast/css/font-face-in-shadow-DOM.html: Removed.
+ * fast/css/font-face-in-shadow-DOM.html-disabled: Copied from fast/css/font-face-in-shadow-DOM.html.
+ * platform/win-xp/fast/css: Removed.
+ * platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt: Removed.
+
2011-06-24 Adrienne Walker <[email protected]>
Reviewed by Simon Fraser.
Deleted: trunk/LayoutTests/fast/css/font-face-in-shadow-DOM.html (89687 => 89688)
--- trunk/LayoutTests/fast/css/font-face-in-shadow-DOM.html 2011-06-24 18:35:12 UTC (rev 89687)
+++ trunk/LayoutTests/fast/css/font-face-in-shadow-DOM.html 2011-06-24 18:43:59 UTC (rev 89688)
@@ -1,12 +0,0 @@
-<style>
- /* a descendant rule */
- p > p { }
- @font-face {
- font-family: 'remote';
- src: url(resources/Ahem.ttf);
- }
-</style>
-<textarea style="width: 108px; height: 102px; font-family: remote; font-size: 100px; color: green; background-color: red; padding: 0;">A</textarea>
-<script>
- document.body.offsetTop;
-</script>
Copied: trunk/LayoutTests/fast/css/font-face-in-shadow-DOM.html-disabled (from rev 89672, trunk/LayoutTests/fast/css/font-face-in-shadow-DOM.html) (0 => 89688)
--- trunk/LayoutTests/fast/css/font-face-in-shadow-DOM.html-disabled (rev 0)
+++ trunk/LayoutTests/fast/css/font-face-in-shadow-DOM.html-disabled 2011-06-24 18:43:59 UTC (rev 89688)
@@ -0,0 +1,12 @@
+<style>
+ /* a descendant rule */
+ p > p { }
+ @font-face {
+ font-family: 'remote';
+ src: url(resources/Ahem.ttf);
+ }
+</style>
+<textarea style="width: 108px; height: 102px; font-family: remote; font-size: 100px; color: green; background-color: red; padding: 0;">A</textarea>
+<script>
+ document.body.offsetTop;
+</script>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes