Diff
Modified: trunk/LayoutTests/ChangeLog (134838 => 134839)
--- trunk/LayoutTests/ChangeLog 2012-11-15 23:17:32 UTC (rev 134838)
+++ trunk/LayoutTests/ChangeLog 2012-11-15 23:24:00 UTC (rev 134839)
@@ -1,3 +1,24 @@
+2012-11-15 Erik Arvidsson <[email protected]>
+
+ Unreviewed gardening.
+
+ Rebaselining pixel tests after r102427
+
+ * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png:
+ * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
+ * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
+ * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png:
+ * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
+ * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
+ * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
+ * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added.
+ * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added.
+ * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
+ * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
+ * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
+ * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
+ * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
+
2012-11-15 Joshua Bell <[email protected]>
IndexedDB: Indexing tests are flaky-crashing
Modified: trunk/LayoutTests/platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png
(Binary files differ)
Copied: trunk/LayoutTests/platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt (from rev 134838, trunk/LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt) (0 => 134839)
--- trunk/LayoutTests/platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:24:00 UTC (rev 134839)
@@ -0,0 +1,43 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 600x400
+ RenderSVGRoot {svg} at (0,0) size 600x400
+ RenderSVGForeignObject {foreignObject} at (0,0) size 600x400
+ RenderBlock {html} at (0,0) size 600x216
+ RenderBlock {div} at (0,0) size 600x216
+ RenderBlock (anonymous) at (0,0) size 600x18
+ RenderText {#text} at (0,0) size 560x18
+ text run at (0,0) width 560: "This tests to make sure that baseVal and animVal are tied when animation is not enabled:"
+ RenderBlock {div} at (0,18) size 600x18
+ RenderText {#text} at (0,0) size 152x18
+ text run at (0,0) width 152: "svg.x.baseVal.value = 0"
+ RenderBlock {div} at (0,36) size 600x18
+ RenderText {#text} at (0,0) size 155x18
+ text run at (0,0) width 155: "svg.x.animVal.value = 0"
+ RenderBlock {div} at (0,54) size 600x18
+ RenderText {#text} at (0,0) size 205x18
+ text run at (0,0) width 205: "setting svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,72) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,90) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,108) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (1 of 2)"
+ RenderBlock {div} at (0,126) size 600x18
+ RenderText {#text} at (0,0) size 200x18
+ text run at (0,0) width 200: "setting svg.x.animVal.value = 5"
+ RenderBlock {div} at (0,144) size 600x18
+ RenderText {#text} at (0,0) size 430x18
+ text run at (0,0) width 430: "caught exception: NoModificationAllowedError: DOM Exception 7"
+ RenderBlock {div} at (0,162) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,180) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,198) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (2 of 2)"
Modified: trunk/LayoutTests/platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png
(Binary files differ)
Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png
(Binary files differ)
Copied: trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt (from rev 134838, trunk/LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt) (0 => 134839)
--- trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:24:00 UTC (rev 134839)
@@ -0,0 +1,43 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 600x400
+ RenderSVGRoot {svg} at (0,0) size 600x400
+ RenderSVGForeignObject {foreignObject} at (0,0) size 600x400
+ RenderBlock {html} at (0,0) size 600x216
+ RenderBlock {div} at (0,0) size 600x216
+ RenderBlock (anonymous) at (0,0) size 600x18
+ RenderText {#text} at (0,0) size 560x18
+ text run at (0,0) width 560: "This tests to make sure that baseVal and animVal are tied when animation is not enabled:"
+ RenderBlock {div} at (0,18) size 600x18
+ RenderText {#text} at (0,0) size 152x18
+ text run at (0,0) width 152: "svg.x.baseVal.value = 0"
+ RenderBlock {div} at (0,36) size 600x18
+ RenderText {#text} at (0,0) size 155x18
+ text run at (0,0) width 155: "svg.x.animVal.value = 0"
+ RenderBlock {div} at (0,54) size 600x18
+ RenderText {#text} at (0,0) size 205x18
+ text run at (0,0) width 205: "setting svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,72) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,90) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,108) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (1 of 2)"
+ RenderBlock {div} at (0,126) size 600x18
+ RenderText {#text} at (0,0) size 200x18
+ text run at (0,0) width 200: "setting svg.x.animVal.value = 5"
+ RenderBlock {div} at (0,144) size 600x18
+ RenderText {#text} at (0,0) size 430x18
+ text run at (0,0) width 430: "caught exception: NoModificationAllowedError: DOM Exception 7"
+ RenderBlock {div} at (0,162) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,180) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,198) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (2 of 2)"
Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png
(Binary files differ)
Added: trunk/LayoutTests/platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png
(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png
___________________________________________________________________
Added: svn:mime-type
Added: trunk/LayoutTests/platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png
(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png
___________________________________________________________________
Added: svn:mime-type
Deleted: trunk/LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png
(Binary files differ)
Copied: trunk/LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png (from rev 134838, trunk/LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png)
(Binary files differ)
Property changes: trunk/LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png
Added: svn:mime-type
Modified: trunk/LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt (134838 => 134839)
--- trunk/LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:17:32 UTC (rev 134838)
+++ trunk/LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:24:00 UTC (rev 134839)
@@ -30,8 +30,8 @@
RenderText {#text} at (0,0) size 200x19
text run at (0,0) width 200: "setting svg.x.animVal.value = 5"
RenderBlock {div} at (0,144) size 600x18
- RenderText {#text} at (0,0) size 521x19
- text run at (0,0) width 521: "caught exception: NoModificationAllowedError: DOM Exception 7"
+ RenderText {#text} at (0,0) size 430x19
+ text run at (0,0) width 430: "caught exception: NoModificationAllowedError: DOM Exception 7"
RenderBlock {div} at (0,162) size 600x18
RenderText {#text} at (0,0) size 160x19
text run at (0,0) width 160: "svg.x.baseVal.value = 10"
Copied: trunk/LayoutTests/platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt (from rev 134838, trunk/LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt) (0 => 134839)
--- trunk/LayoutTests/platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:24:00 UTC (rev 134839)
@@ -0,0 +1,43 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 600x400
+ RenderSVGRoot {svg} at (0,0) size 600x400
+ RenderSVGForeignObject {foreignObject} at (0,0) size 600x400
+ RenderBlock {html} at (0,0) size 600x216
+ RenderBlock {div} at (0,0) size 600x216
+ RenderBlock (anonymous) at (0,0) size 600x18
+ RenderText {#text} at (0,0) size 560x18
+ text run at (0,0) width 560: "This tests to make sure that baseVal and animVal are tied when animation is not enabled:"
+ RenderBlock {div} at (0,18) size 600x18
+ RenderText {#text} at (0,0) size 152x18
+ text run at (0,0) width 152: "svg.x.baseVal.value = 0"
+ RenderBlock {div} at (0,36) size 600x18
+ RenderText {#text} at (0,0) size 155x18
+ text run at (0,0) width 155: "svg.x.animVal.value = 0"
+ RenderBlock {div} at (0,54) size 600x18
+ RenderText {#text} at (0,0) size 205x18
+ text run at (0,0) width 205: "setting svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,72) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,90) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,108) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (1 of 2)"
+ RenderBlock {div} at (0,126) size 600x18
+ RenderText {#text} at (0,0) size 200x18
+ text run at (0,0) width 200: "setting svg.x.animVal.value = 5"
+ RenderBlock {div} at (0,144) size 600x18
+ RenderText {#text} at (0,0) size 430x18
+ text run at (0,0) width 430: "caught exception: NoModificationAllowedError: DOM Exception 7"
+ RenderBlock {div} at (0,162) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,180) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,198) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (2 of 2)"
Copied: trunk/LayoutTests/platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt (from rev 134838, trunk/LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt) (0 => 134839)
--- trunk/LayoutTests/platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:24:00 UTC (rev 134839)
@@ -0,0 +1,43 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 600x400
+ RenderSVGRoot {svg} at (0,0) size 600x400
+ RenderSVGForeignObject {foreignObject} at (0,0) size 600x400
+ RenderBlock {html} at (0,0) size 600x216
+ RenderBlock {div} at (0,0) size 600x216
+ RenderBlock (anonymous) at (0,0) size 600x18
+ RenderText {#text} at (0,0) size 560x18
+ text run at (0,0) width 560: "This tests to make sure that baseVal and animVal are tied when animation is not enabled:"
+ RenderBlock {div} at (0,18) size 600x18
+ RenderText {#text} at (0,0) size 152x18
+ text run at (0,0) width 152: "svg.x.baseVal.value = 0"
+ RenderBlock {div} at (0,36) size 600x18
+ RenderText {#text} at (0,0) size 155x18
+ text run at (0,0) width 155: "svg.x.animVal.value = 0"
+ RenderBlock {div} at (0,54) size 600x18
+ RenderText {#text} at (0,0) size 205x18
+ text run at (0,0) width 205: "setting svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,72) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,90) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,108) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (1 of 2)"
+ RenderBlock {div} at (0,126) size 600x18
+ RenderText {#text} at (0,0) size 200x18
+ text run at (0,0) width 200: "setting svg.x.animVal.value = 5"
+ RenderBlock {div} at (0,144) size 600x18
+ RenderText {#text} at (0,0) size 430x18
+ text run at (0,0) width 430: "caught exception: NoModificationAllowedError: DOM Exception 7"
+ RenderBlock {div} at (0,162) size 600x18
+ RenderText {#text} at (0,0) size 160x18
+ text run at (0,0) width 160: "svg.x.baseVal.value = 10"
+ RenderBlock {div} at (0,180) size 600x18
+ RenderText {#text} at (0,0) size 163x18
+ text run at (0,0) width 163: "svg.x.animVal.value = 10"
+ RenderBlock {div} at (0,198) size 600x18
+ RenderText {#text} at (0,0) size 122x18
+ text run at (0,0) width 122: "SUCCESS (2 of 2)"
Modified: trunk/LayoutTests/platform/qt/svg/custom/baseval-animval-equality-expected.txt (134838 => 134839)
--- trunk/LayoutTests/platform/qt/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:17:32 UTC (rev 134838)
+++ trunk/LayoutTests/platform/qt/svg/custom/baseval-animval-equality-expected.txt 2012-11-15 23:24:00 UTC (rev 134839)
@@ -30,8 +30,8 @@
RenderText {#text} at (0,0) size 186x19
text run at (0,0) width 186: "setting svg.x.animVal.value = 5"
RenderBlock {div} at (0,152) size 600x19
- RenderText {#text} at (0,0) size 497x19
- text run at (0,0) width 497: "caught exception: NoModificationAllowedError: DOM Exception 7"
+ RenderText {#text} at (0,0) size 407x19
+ text run at (0,0) width 407: "caught exception: NoModificationAllowedError: DOM Exception 7"
RenderBlock {div} at (0,171) size 600x19
RenderText {#text} at (0,0) size 152x19
text run at (0,0) width 152: "svg.x.baseVal.value = 10"