[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser/esr24] Bug 971285 - Fix intermittent failure in smil/anim-path-d-01.svg. r=dholbert, a=test-only



commit 7914f72bb54471c69ee62495732900af8c466c3a
Author: Robert Longson <longsonr@xxxxxxxxx>
Date:   Sat Feb 15 14:08:54 2014 +0000

    Bug 971285 - Fix intermittent failure in smil/anim-path-d-01.svg. r=dholbert, a=test-only
---
 layout/reftests/svg/smil/anim-path-d-01-ref.svg |    3 ++-
 layout/reftests/svg/smil/anim-path-d-01.svg     |    3 ++-
 layout/reftests/svg/smil/reftest.list           |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/layout/reftests/svg/smil/anim-path-d-01-ref.svg b/layout/reftests/svg/smil/anim-path-d-01-ref.svg
index 3095da6..b32fd77 100644
--- a/layout/reftests/svg/smil/anim-path-d-01-ref.svg
+++ b/layout/reftests/svg/smil/anim-path-d-01-ref.svg
@@ -1,6 +1,7 @@
 <svg xmlns="http://www.w3.org/2000/svg";>
   <style type="text/css">
-    path { fill: none; stroke: blue; stroke-width: 1px; }
+    path { fill: none; stroke: blue; stroke-width: 1px;
+           shape-rendering: crispEdges; }
   </style>
 
   <path d="M10,10
diff --git a/layout/reftests/svg/smil/anim-path-d-01.svg b/layout/reftests/svg/smil/anim-path-d-01.svg
index 53e6b69..180cfe5 100644
--- a/layout/reftests/svg/smil/anim-path-d-01.svg
+++ b/layout/reftests/svg/smil/anim-path-d-01.svg
@@ -8,7 +8,8 @@
   <title>Test animation of the 'd' attribute on the 'path' element</title>
   <script xlink:href="smil-util.js" type="text/javascript"/>
   <style type="text/css">
-    path { fill: none; stroke: blue; stroke-width: 1px; }
+    path { fill: none; stroke: blue; stroke-width: 1px;
+           shape-rendering: crispEdges; }
   </style>
 
 
diff --git a/layout/reftests/svg/smil/reftest.list b/layout/reftests/svg/smil/reftest.list
index 38d1fa2..7f78133 100644
--- a/layout/reftests/svg/smil/reftest.list
+++ b/layout/reftests/svg/smil/reftest.list
@@ -127,7 +127,7 @@ skip-if(B2G) == anim-polygon-points-01.svg anim-polygon-points-01-ref.svg
 == anim-polyline-points-01.svg anim-polyline-points-01-ref.svg
 
 # animate path data:
-skip-if(B2G) fuzzy-if(/^Windows\x20NT\x205\.1/.test(http.oscpu),2,1) fuzzy-if(cocoaWidget&&layersGPUAccelerated,1,13) == anim-path-d-01.svg anim-path-d-01-ref.svg # Bug 726400 # bug 773482
+== anim-path-d-01.svg anim-path-d-01-ref.svg
 
 # animate some enumeration attributes:
 skip-if(B2G) == anim-feComposite-operator-01.svg lime.svg



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits