Diff
Modified: trunk/LayoutTests/ChangeLog (113458 => 113459)
--- trunk/LayoutTests/ChangeLog 2012-04-06 17:53:56 UTC (rev 113458)
+++ trunk/LayoutTests/ChangeLog 2012-04-06 18:06:29 UTC (rev 113459)
@@ -1,5 +1,20 @@
2012-04-06 Stephen Chenney <[email protected]>
+ [chromium] Rounding issue on some RenderSVGPath values
+ https://bugs.webkit.org/show_bug.cgi?id=75367
+
+ Unreviewed Chromium expectations update.
+
+ These tests have been stable for a long time, and consistent across
+ all platforms. Whatever was causing previous flakiness is apparently
+ no longer happening.
+
+ * platform/chromium/svg/css/composite-shadow-example-expected.txt:
+ * platform/chromium/svg/css/composite-shadow-with-opacity-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2012-04-06 Stephen Chenney <[email protected]>
+
[Chromium] svg/text/text-style-recalc-crash.html times out
https://bugs.webkit.org/show_bug.cgi?id=75696
Modified: trunk/LayoutTests/platform/chromium/svg/css/composite-shadow-example-expected.txt (113458 => 113459)
--- trunk/LayoutTests/platform/chromium/svg/css/composite-shadow-example-expected.txt 2012-04-06 17:53:56 UTC (rev 113458)
+++ trunk/LayoutTests/platform/chromium/svg/css/composite-shadow-example-expected.txt 2012-04-06 18:06:29 UTC (rev 113459)
@@ -5,8 +5,8 @@
RenderBody {BODY} at (8,8) size 769x600
RenderSVGRoot {svg} at (40,36) size 436x150
RenderSVGContainer {g} at (40,36) size 146x140
- RenderSVGPath {path} at (40,36) size 146x140 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83697e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
+ RenderSVGPath {path} at (40,36) size 146x140 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83691e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
RenderSVGContainer {g} at (200,46) size 128x125
- RenderSVGPath {path} at (200,46) size 128x125 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83697e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
+ RenderSVGPath {path} at (200,46) size 128x125 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83691e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
RenderSVGContainer {g} at (349,46) size 117x122
- RenderSVGPath {path} at (349,46) size 117x122 [transform={m=((1.00,0.00)(0.00,1.00)) t=(400.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.53081e-15 25 L -29.3893 40.4509 L -23.7764 7.72542 L -47.5528 -15.4508 L -14.6946 -20.2254 L -9.18455e-15 -50 L 14.6946 -20.2254 L 47.5528 -15.4508 L 23.7764 7.72542 L 29.3893 40.4509 Z"]
+ RenderSVGPath {path} at (349,46) size 117x122 [transform={m=((1.00,0.00)(0.00,1.00)) t=(400.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.53076e-15 25 L -29.3893 40.4509 L -23.7764 7.72542 L -47.5528 -15.4508 L -14.6946 -20.2254 L -9.18455e-15 -50 L 14.6946 -20.2254 L 47.5528 -15.4508 L 23.7764 7.72542 L 29.3893 40.4509 Z"]
Modified: trunk/LayoutTests/platform/chromium/svg/css/composite-shadow-with-opacity-expected.txt (113458 => 113459)
--- trunk/LayoutTests/platform/chromium/svg/css/composite-shadow-with-opacity-expected.txt 2012-04-06 17:53:56 UTC (rev 113458)
+++ trunk/LayoutTests/platform/chromium/svg/css/composite-shadow-with-opacity-expected.txt 2012-04-06 18:06:29 UTC (rev 113459)
@@ -6,8 +6,8 @@
layer at (8,8) size 769x600
RenderSVGRoot {svg} at (40,36) size 436x150 [opacity=0.50]
RenderSVGContainer {g} at (40,36) size 146x140
- RenderSVGPath {path} at (40,36) size 146x140 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83697e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
+ RenderSVGPath {path} at (40,36) size 146x140 [transform={m=((1.00,0.00)(0.00,1.00)) t=(100.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83691e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
RenderSVGContainer {g} at (200,46) size 128x125
- RenderSVGPath {path} at (200,46) size 128x125 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83697e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
+ RenderSVGPath {path} at (200,46) size 128x125 [transform={m=((1.00,0.00)(0.00,1.00)) t=(250.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.83691e-15 30 L -35.2671 48.541 L -28.5317 9.27051 L -57.0634 -18.541 L -17.6336 -24.2705 L -1.10215e-14 -60 L 17.6336 -24.2705 L 57.0634 -18.541 L 28.5317 9.27051 L 35.2671 48.541 Z"]
RenderSVGContainer {g} at (349,46) size 117x122
- RenderSVGPath {path} at (349,46) size 117x122 [transform={m=((1.00,0.00)(0.00,1.00)) t=(400.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.53081e-15 25 L -29.3893 40.4509 L -23.7764 7.72542 L -47.5528 -15.4508 L -14.6946 -20.2254 L -9.18455e-15 -50 L 14.6946 -20.2254 L 47.5528 -15.4508 L 23.7764 7.72542 L 29.3893 40.4509 Z"]
+ RenderSVGPath {path} at (349,46) size 117x122 [transform={m=((1.00,0.00)(0.00,1.00)) t=(400.00,100.00)}] [stroke={[type=SOLID] [color=#000000] [stroke width=10.00] [dash array={20.00}]}] [fill={[type=SOLID] [color=#999999]}] [data="" 1.53076e-15 25 L -29.3893 40.4509 L -23.7764 7.72542 L -47.5528 -15.4508 L -14.6946 -20.2254 L -9.18455e-15 -50 L 14.6946 -20.2254 L 47.5528 -15.4508 L 23.7764 7.72542 L 29.3893 40.4509 Z"]
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (113458 => 113459)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2012-04-06 17:53:56 UTC (rev 113458)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2012-04-06 18:06:29 UTC (rev 113459)
@@ -3326,10 +3326,6 @@
BUGWK75161 : media/video-poster-blocked-by-willsendrequest.html = TEXT
-BUGWK75367 : svg/css/composite-shadow-example.html = PASS TEXT
-// CRASH is from BUGWK82505
-BUGWK75367 : svg/css/composite-shadow-with-opacity.html = PASS TEXT CRASH
-
// Crashes due to an OOM error on V8.
BUGCR108832 SKIP : fast/js/array-splice.html = CRASH