Diff
Modified: trunk/LayoutTests/ChangeLog (100631 => 100632)
--- trunk/LayoutTests/ChangeLog 2011-11-17 16:45:19 UTC (rev 100631)
+++ trunk/LayoutTests/ChangeLog 2011-11-17 16:49:14 UTC (rev 100632)
@@ -1,3 +1,16 @@
+2011-11-17 Philippe Normand <[email protected]>
+
+ Unreviewed, GTK baselines for new css3 tests and an accessibility test.
+
+ * platform/gtk/accessibility/loading-iframe-sends-notification-expected.txt: Added.
+ * platform/gtk/css3/images/cross-fade-blending-expected.txt: Added.
+ * platform/gtk/css3/images/cross-fade-invalidation-expected.txt: Added.
+ * platform/gtk/css3/images/cross-fade-simple-expected.txt: Added.
+ * platform/gtk/css3/images/cross-fade-sizing-expected.txt: Added.
+ * platform/gtk/css3/images/cross-fade-tiled-expected.txt: Added.
+ * platform/gtk/fast/borders/border-mixed-alpha-expected.txt: Added.
+ * platform/gtk/fast/css/getComputedStyle/computed-style-cross-fade-expected.txt: Added.
+
2011-11-17 Ken Buchanan <[email protected]>
Crash from nested tables with generated content
Added: trunk/LayoutTests/platform/gtk/accessibility/loading-iframe-sends-notification-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/accessibility/loading-iframe-sends-notification-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/loading-iframe-sends-notification-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,16 @@
+Before
+
+
+After
+
+End of test
+
+This tests that when an iframe finishes loading, it sends a layout complete notification.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS subwebarea.childrenCount > 0 is false
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/gtk/css3/images/cross-fade-blending-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/css3/images/cross-fade-blending-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/images/cross-fade-blending-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,8 @@
+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
+ RenderBlock {DIV} at (0,0) size 200x100
+ RenderBlock {DIV} at (0,100) size 200x100 [bgcolor=#000000]
+ RenderBlock {DIV} at (0,0) size 200x100
Added: trunk/LayoutTests/platform/gtk/css3/images/cross-fade-invalidation-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/css3/images/cross-fade-invalidation-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/images/cross-fade-invalidation-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,6 @@
+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,10) size 784x580
+ RenderBlock {DIV} at (10,0) size 100x100
Added: trunk/LayoutTests/platform/gtk/css3/images/cross-fade-simple-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/css3/images/cross-fade-simple-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/images/cross-fade-simple-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,8 @@
+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,10) size 784x580
+ RenderBlock {DIV} at (10,0) size 100x100
+ RenderBlock {DIV} at (10,110) size 100x100
+ RenderBlock {DIV} at (10,220) size 100x100
Added: trunk/LayoutTests/platform/gtk/css3/images/cross-fade-sizing-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/css3/images/cross-fade-sizing-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/images/cross-fade-sizing-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,8 @@
+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,10) size 784x580
+ RenderBlock {DIV} at (10,0) size 100x100
+ RenderBlock {DIV} at (10,110) size 100x100
+ RenderBlock {DIV} at (10,220) size 100x100
Added: trunk/LayoutTests/platform/gtk/css3/images/cross-fade-tiled-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/css3/images/cross-fade-tiled-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/images/cross-fade-tiled-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,11 @@
+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,10) size 784x580
+layer at (18,10) size 102x102
+ RenderBlock {DIV} at (10,0) size 102x102 [border: (1px solid #000000)]
+layer at (18,122) size 102x102
+ RenderBlock {DIV} at (10,112) size 102x102 [border: (1px solid #000000)]
+layer at (18,234) size 102x102
+ RenderBlock {DIV} at (10,224) size 102x102 [border: (1px solid #000000)]
Added: trunk/LayoutTests/platform/gtk/fast/borders/border-mixed-alpha-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/fast/borders/border-mixed-alpha-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/borders/border-mixed-alpha-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,2 @@
+
+
Added: trunk/LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-cross-fade-expected.txt (0 => 100632)
--- trunk/LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-cross-fade-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-cross-fade-expected.txt 2011-11-17 16:49:14 UTC (rev 100632)
@@ -0,0 +1,37 @@
+Blocked access to external URL http://example.com/example.png
+Blocked access to external URL http://example.com/a.png
+Blocked access to external URL http://example.com/b.png
+Blocked access to external URL http://example.com/c.png
+Blocked access to external URL http://www.iana.org/domains/example/
+Blocked access to external URL http://www.iana.org/domains/example/
+Blocked access to external URL http://www.iana.org/domains/example/
+Blocked access to external URL http://www.iana.org/domains/example/
+-webkit-cross-fade
+
+
+PASS testCrossfade("opacity: 500%", "opacity") is "1"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 50%)", "background-image") is "-webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 0.5)"
+PASS testCrossfade("background-image: -webkit-cross-fade(-webkit-cross-fade(url(http://example.com/a.png), url(http://example.com/b.png), 25%), url(http://example.com/example.png), 50%)", "background-image") is "-webkit-cross-fade(-webkit-cross-fade(url(http://example.com/a.png), url(http://example.com/b.png), 0.25), url(http://example.com/example.png), 0.5)"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/c.png), -webkit-cross-fade(url(http://example.com/a.png), url(http://example.com/b.png), 25%), 50%)", "background-image") is "-webkit-cross-fade(url(http://example.com/c.png), -webkit-cross-fade(url(http://example.com/a.png), url(http://example.com/b.png), 0.25), 0.5)"
+PASS testCrossfade("background-image: -webkit-cross-fade(-webkit-linear-gradient(black, white), url(http://example.com/example.png), 10%)", "background-image") is "-webkit-cross-fade(-webkit-linear-gradient(top, black, white), url(http://example.com/example.png), 0.1)"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 1.0)", "background-image") is "-webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 1)"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 0.5)", "background-image") is "-webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 0.5)"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 5.0)", "background-image") is "-webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 1)"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 700%)", "background-image") is "-webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 1)"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), -20)", "background-image") is "-webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png), 0)"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png))", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png), url(http://example.com/example.png),)", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/example.png))", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(), url(http://example.com/example.png))", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(10px 20% 5px #bbb)", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(-webkit-cross-fade(-webkit-cross-fade()))", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(20%, url(http://example.com/a.png), url(http://example.com/b.png))", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(url(http://example.com/a.png),)", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(,)", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(,url(http://example.com/a.png))", "background-image") is "none"
+PASS testCrossfade("background-image: -webkit-cross-fade(,,,,,)", "background-image") is "none"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+