Diff
Modified: trunk/LayoutTests/ChangeLog (101478 => 101479)
--- trunk/LayoutTests/ChangeLog 2011-11-30 11:22:52 UTC (rev 101478)
+++ trunk/LayoutTests/ChangeLog 2011-11-30 11:28:39 UTC (rev 101479)
@@ -1,3 +1,23 @@
+2011-11-30 Csaba Osztrogonác <o...@webkit.org>
+
+ [Qt] Unreviewed gardening. Add Qt5 specific expected results for passing tests and skip failing tests.
+
+ * platform/qt-5.0/Skipped: Skip new failing tests.
+ * platform/qt-5.0/css2.1/20110323/empty-inline-001-expected.txt: Added.
+ * platform/qt-5.0/css2.1/20110323/empty-inline-002-expected.txt: Added.
+ * platform/qt-5.0/css2.1/20110323/empty-inline-003-expected.txt: Added.
+ * platform/qt-5.0/css2.1/20110323/table-caption-001-expected.txt: Added.
+ * platform/qt-5.0/css2.1/20110323/table-caption-margins-001-expected.txt: Added.
+ * platform/qt-5.0/editing/execCommand/indent-nested-lists-3-expected.txt: Added.
+ * platform/qt-5.0/fast/css/empty-inline-003-quirksmode-expected.txt: Added.
+ * platform/qt-5.0/fast/css/empty-inline-line-height-first-line-expected.txt: Added.
+ * platform/qt-5.0/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt: Added.
+ * platform/qt-5.0/fast/css/font-face-descending-unicode-range-expected.txt: Added.
+ * platform/qt-5.0/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Added.
+ * platform/qt-5.0/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
+ * platform/qt-5.0/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
+ * platform/qt-5.0/svg/transforms/svg-css-transforms-expected.txt: Added.
+
2011-11-30 Mark Pilgrim <pilg...@chromium.org>
Test how HTMLButtonElement.setCustomValidity reacts to too few arguments
Modified: trunk/LayoutTests/platform/qt-5.0/Skipped (101478 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/Skipped 2011-11-30 11:22:52 UTC (rev 101478)
+++ trunk/LayoutTests/platform/qt-5.0/Skipped 2011-11-30 11:28:39 UTC (rev 101479)
@@ -6974,3 +6974,18 @@
http/tests/security/contentSecurityPolicy/object-src-none-allowed.html
http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html
+
+# [Qt] Test fonts are not used with Qt5
+# https://bugs.webkit.org/show_bug.cgi?id=72513
+fast/multicol/pagination-h-vertical-lr.html
+fast/multicol/pagination-v-horizontal-tb.html
+fast/multicol/pagination-v-vertical-rl.html
+fast/text/justify-padding-distribution.html
+
+# [Qt] editing/pasteboard/4242293-1.html fails with Qt5
+# https://bugs.webkit.org/show_bug.cgi?id=73417
+editing/pasteboard/4242293-1.html
+
+# [Qt] editing/selection/click-in-margins-inside-editable-div.html fails with Qt5
+# https://bugs.webkit.org/show_bug.cgi?id=73418
+editing/selection/click-in-margins-inside-editable-div.html
Added: trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-001-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-001-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-001-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x51
+ RenderBlock {HTML} at (0,0) size 800x51
+ RenderBody {BODY} at (8,16) size 784x19
+ RenderBlock {P} at (0,0) size 784x19
+ RenderText {#text} at (0,0) size 332x19
+ text run at (0,0) width 332: "Test passes if there is no red on this page."
+ RenderBlock {DIV} at (0,35) size 784x0 [bgcolor=#FF0000]
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-002-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-002-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-002-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x427 layerType: background only
+layer at (8,131) size 528x144
+ RenderBlock (relative positioned) zI: -1 {DIV} at (0,144) size 528x144 [border: (24px solid #FF0000)]
+layer at (128,35) size 240x336
+ RenderBlock (relative positioned) {DIV} at (120,24) size 240x336 [bgcolor=#FF0000] [border: (24px solid #FF0000)]
+layer at (0,0) size 800x427 layerType: foreground only
+ RenderBlock {HTML} at (0,0) size 800x427
+ RenderBody {BODY} at (8,16) size 784x403
+ RenderBlock {P} at (0,0) size 784x19
+ RenderText {#text} at (0,0) size 380x19
+ text run at (0,0) width 380: "Test passes if there is no red visible on the page."
+ RenderBlock {DIV} at (0,115) size 784x288
+ RenderBlock {DIV} at (0,0) size 528x144 [border: (24px solid #008000)]
+ RenderInline {SPAN} at (0,0) size 240x353 [bgcolor=#008000] [border: (24px solid #008000)]
+ RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-003-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-003-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/empty-inline-003-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x139 layerType: background only
+layer at (8,51) size 784x80
+ RenderBlock (positioned) zI: -1 {DIV} at (0,0) size 784x80 [bgcolor=#FF0000]
+ RenderText zI: -1 {#text} at (0,30) size 11x19
+ text run at (0,30) width 11: "X"
+layer at (0,0) size 800x139 layerType: foreground only
+ RenderBlock {HTML} at (0,0) size 800x139
+ RenderBody {BODY} at (8,16) size 784x115
+ RenderBlock {P} at (0,0) size 784x19
+ RenderText {#text} at (0,0) size 755x19
+ text run at (0,0) width 755: "Test passes if there is a wide bright green rectangle below with one \"X\" in it and if there is no red."
+layer at (8,51) size 784x80
+ RenderBlock (relative positioned) {DIV} at (0,35) size 784x80
+ RenderBlock {DIV} at (0,0) size 784x80 [bgcolor=#00FF00]
+ RenderInline {SPAN} at (0,0) size 0x19
+ RenderText {#text} at (0,30) size 11x19
+ text run at (0,30) width 11: "X"
Added: trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/table-caption-001-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/table-caption-001-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/table-caption-001-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x174
+ RenderBlock {HTML} at (0,0) size 800x174
+ RenderBody {BODY} at (8,16) size 784x150
+ RenderBlock {P} at (0,0) size 784x19
+ RenderText {#text} at (0,0) size 366x19
+ text run at (0,0) width 366: "Test passes if the \"Filler Text\" is above the box."
+ RenderTable {DIV} at (0,35) size 96x115
+ RenderBlock {DIV} at (0,0) size 96x19
+ RenderText {#text} at (0,0) size 73x19
+ text run at (0,0) width 73: "Filler Text"
+ RenderTableSection (anonymous) at (0,19) size 96x96
+ RenderTableRow {DIV} at (0,0) size 96x48
+ RenderTableCell {DIV} at (0,0) size 48x0 [bgcolor=#000000] [r=0 c=0 rs=1 cs=1]
+ RenderTableCell {DIV} at (48,0) size 48x0 [bgcolor=#000000] [r=0 c=1 rs=1 cs=1]
+ RenderTableRow {DIV} at (0,48) size 96x48
+ RenderTableCell {DIV} at (0,48) size 48x0 [bgcolor=#000000] [r=1 c=0 rs=1 cs=1]
+ RenderTableCell {DIV} at (48,48) size 48x0 [bgcolor=#000000] [r=1 c=1 rs=1 cs=1]
Added: trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/table-caption-margins-001-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/table-caption-margins-001-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/css2.1/20110323/table-caption-margins-001-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,12 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x246
+ RenderBlock {HTML} at (0,0) size 800x246
+ RenderBody {BODY} at (8,16) size 784x215
+ RenderBlock {P} at (0,0) size 784x19
+ RenderText {#text} at (0,0) size 489x19
+ text run at (0,0) width 489: "There must be four evenly-spaced blue bars below and no red."
+ RenderBlock {DIV} at (15,35) size 96x180 [border: (15px solid #FF0000) none (15px solid #FF0000) none]
+ RenderBlock {DIV} at (0,0) size 96x180 [border: (15px solid #0000FF) none (15px solid #0000FF) none]
+ RenderTable {DIV} at (0,35) size 96x90 [bgcolor=#0000FF]
+ RenderBlock {DIV} at (0,20) size 96x15
Added: trunk/LayoutTests/platform/qt-5.0/editing/execCommand/indent-nested-lists-3-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/editing/execCommand/indent-nested-lists-3-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/editing/execCommand/indent-nested-lists-3-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,13 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 6 of OL > DIV > BODY > HTML > #document to 6 of OL > DIV > BODY > HTML > #document toDOMRange:range from 0 of #text > LI > OL > OL > DIV > BODY > HTML > #document to 5 of #text > LI > OL > OL > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+This tests indenting "three". You should see 1, 2, and 3 before "two", "three", and "four" respectively.
+one
+two
+three
+four
+Before: <li>one</li> <ol><li>two</li></ol> <li id="test">three</li> <ol><li>four</li></ol>
+After: <li>one</li> <ol><li>two</li><li id="test">three</li><li>four</li></ol>
Added: trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-003-quirksmode-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-003-quirksmode-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-003-quirksmode-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,16 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600 layerType: background only
+layer at (8,8) size 784x80
+ RenderBlock (positioned) zI: -1 {DIV} at (0,0) size 784x80 [bgcolor=#FF0000]
+ RenderText zI: -1 {#text} at (0,30) size 11x19
+ text run at (0,30) width 11: "X"
+layer at (0,0) size 800x600 layerType: foreground only
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+layer at (8,8) size 784x16
+ RenderBlock (relative positioned) {DIV} at (0,0) size 784x16
+ RenderBlock {DIV} at (0,0) size 784x16 [bgcolor=#00FF00]
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderText {#text} at (0,-1) size 11x19
+ text run at (0,-1) width 11: "X"
Added: trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-line-height-first-line-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-line-height-first-line-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-line-height-first-line-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,18 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x256 layerType: background only
+layer at (8,8) size 784x240
+ RenderBlock (positioned) zI: -1 {DIV} at (0,0) size 784x240 [bgcolor=#FF0000]
+ RenderText zI: -1 {#text} at (0,110) size 11x19
+ text run at (0,110) width 11: "X"
+layer at (0,0) size 800x256 layerType: foreground only
+ RenderBlock {HTML} at (0,0) size 800x256
+ RenderBody {BODY} at (8,8) size 784x240
+layer at (8,8) size 784x240
+ RenderBlock (relative positioned) {DIV} at (0,0) size 784x240
+ RenderBlock {DIV} at (0,0) size 784x240 [bgcolor=#00FF00]
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderBR {BR} at (0,30) size 0x19
+ RenderInline {SPAN} at (0,0) size 0x19
+ RenderText {#text} at (0,150) size 11x19
+ text run at (0,150) width 11: "X"
Added: trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,18 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600 layerType: background only
+layer at (8,8) size 784x240
+ RenderBlock (positioned) zI: -1 {DIV} at (0,0) size 784x240 [bgcolor=#FF0000]
+ RenderText zI: -1 {#text} at (0,110) size 11x19
+ text run at (0,110) width 11: "X"
+layer at (0,0) size 800x600 layerType: foreground only
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+layer at (8,8) size 784x96
+ RenderBlock (relative positioned) {DIV} at (0,0) size 784x96
+ RenderBlock {DIV} at (0,0) size 784x96 [bgcolor=#00FF00]
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderBR {BR} at (0,30) size 0x19
+ RenderInline {SPAN} at (0,0) size 0x0
+ RenderText {#text} at (0,79) size 11x19
+ text run at (0,79) width 11: "X"
Added: trunk/LayoutTests/platform/qt-5.0/fast/css/font-face-descending-unicode-range-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/fast/css/font-face-descending-unicode-range-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/fast/css/font-face-descending-unicode-range-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,11 @@
+Interval unicode-ranges that descend are invalid and omitted. Without any valid ranges, the descriptor is omitted. As a result, the @font-face rule in this file is applied to all characters. This test passes if the following i's and X's are shown in Courier and they have the same length on screen. As of r62096, opening this file causes a crash instead.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+iiiiiiiiii
+XXXXXXXXXX
+FAIL document.getElementById('i_s').offsetWidth should be 112. Was 32.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/qt-5.0/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,8 @@
+layer at (0,0) size 784x4018
+ RenderView at (0,0) size 784x584
+layer at (0,0) size 784x4018
+ RenderBlock {HTML} at (0,0) size 784x4018
+ RenderBody {BODY} at (8,8) size 768x4002
+ RenderBlock {DIV} at (-234,0) size 1002x4002 [border: (1px solid #FF0000)]
+ RenderText {#text} at (-843,1) size 1844x19
+ text run at (-843,1) width 1844: "BEGINddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddEND"
Added: trunk/LayoutTests/platform/qt-5.0/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x170
+ RenderBlock {HTML} at (0,0) size 800x170
+ RenderBody {BODY} at (8,8) size 784x154
+ RenderPartObject {IFRAME} at (0,0) size 784x150
+ layer at (0,0) size 784x150
+ RenderView at (0,0) size 784x150
+ layer at (0,0) size 784x120
+ RenderBlock {HTML} at (0,0) size 784x120
+ RenderBody {BODY} at (8,8) size 768x104
+ RenderSVGRoot {svg} at (8,8) size 100x100
+ RenderSVGPath {circle} at (8,8) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [cx=50.00] [cy=50.00] [r=50.00]
+ RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/qt-5.0/svg/transforms/svg-css-transforms-clip-path-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/svg/transforms/svg-css-transforms-clip-path-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/svg/transforms/svg-css-transforms-clip-path-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,70 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x580
+ RenderBlock {html} at (0,0) size 800x580
+ RenderBody {body} at (8,8) size 784x564
+ RenderBlock {div} at (10,10) size 220x544
+ RenderBlock {h2} at (0,19) size 220x29
+ RenderText {#text} at (0,0) size 192x29
+ text run at (0,0) width 192: "SVG CSS scale"
+ RenderBlock {h2} at (0,286) size 220x29
+ RenderText {#text} at (0,0) size 132x29
+ text run at (0,0) width 132: "SVG scale"
+ RenderText {#text} at (240,0) size 5x19
+ text run at (240,0) width 5: " "
+ RenderBlock {div} at (255,10) size 263x544
+ RenderBlock {h2} at (0,19) size 263x29
+ RenderText {#text} at (0,0) size 263x29
+ text run at (0,0) width 263: "SVG CSS compound"
+ RenderBlock {h2} at (0,286) size 263x29
+ RenderText {#text} at (0,0) size 203x29
+ text run at (0,0) width 203: "SVG compound"
+ RenderText {#text} at (0,0) size 0x0
+layer at (28,85) size 200x200
+ RenderBlock (relative positioned) {div} at (10,67) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+ RenderSVGRoot {svg} at (39,96) size 140x140
+ RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ RenderSVGPath {circle} at (29,86) size 150x150 [transform={m=((5.00,0.00)(0.00,5.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=20.00]
+ RenderSVGResourceClipper {clipPath} [id="clip-circle1"] [clipPathUnits=userSpaceOnUse]
+ RenderSVGContainer {use} at (29,86) size 150x150
+ RenderSVGContainer {g} at (29,86) size 150x150
+ RenderSVGPath {circle} at (29,86) size 150x150 [transform={m=((5.00,0.00)(0.00,5.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=20.00]
+ RenderSVGPath {rect} at (39,96) size 140x140 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00]
+ [clipPath="clip-circle1"] RenderSVGResourceClipper {clipPath} at (-50,-50) size 200x200
+ RenderText {#text} at (0,0) size 0x0
+layer at (28,352) size 200x200
+ RenderBlock (relative positioned) {div} at (10,334) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+ RenderSVGRoot {svg} at (39,363) size 140x140
+ RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ RenderSVGPath {circle} at (29,353) size 150x150 [transform={m=((5.00,0.00)(0.00,5.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=20.00]
+ RenderSVGResourceClipper {clipPath} [id="clip-circle2"] [clipPathUnits=userSpaceOnUse]
+ RenderSVGContainer {use} at (29,353) size 150x150
+ RenderSVGContainer {g} at (29,353) size 150x150
+ RenderSVGPath {circle} at (29,353) size 150x150 [transform={m=((5.00,0.00)(0.00,5.00)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [cx=10.00] [cy=10.00] [r=20.00]
+ RenderSVGPath {rect} at (39,363) size 140x140 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00]
+ [clipPath="clip-circle2"] RenderSVGResourceClipper {clipPath} at (-50,-50) size 200x200
+ RenderText {#text} at (0,0) size 0x0
+layer at (273,85) size 200x200
+ RenderBlock (relative positioned) {div} at (10,67) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+ RenderSVGRoot {svg} at (284,96) size 132x188
+ RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ RenderSVGPath {rect} at (274,93) size 142x191 [transform={m=((3.54,3.54)(-3.54,3.54)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=40.00] [height=40.00]
+ RenderSVGResourceClipper {clipPath} [id="clip-rect1"] [clipPathUnits=userSpaceOnUse]
+ RenderSVGContainer {use} at (274,93) size 142x191
+ RenderSVGContainer {g} at (274,93) size 142x191
+ RenderSVGPath {rect} at (274,93) size 142x191 [transform={m=((3.54,3.54)(-3.54,3.54)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=40.00] [height=40.00]
+ RenderSVGPath {rect} at (284,96) size 132x188 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00]
+ [clipPath="clip-rect1"] RenderSVGResourceClipper {clipPath} at (-141.42,7.07) size 282.84x282.84
+ RenderText {#text} at (0,0) size 0x0
+layer at (273,352) size 200x200
+ RenderBlock (relative positioned) {div} at (10,334) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+ RenderSVGRoot {svg} at (284,363) size 132x188
+ RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ RenderSVGPath {rect} at (274,360) size 142x191 [transform={m=((3.54,3.54)(-3.54,3.54)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=40.00] [height=40.00]
+ RenderSVGResourceClipper {clipPath} [id="clip-rect2"] [clipPathUnits=userSpaceOnUse]
+ RenderSVGContainer {use} at (274,360) size 142x191
+ RenderSVGContainer {g} at (274,360) size 142x191
+ RenderSVGPath {rect} at (274,360) size 142x191 [transform={m=((3.54,3.54)(-3.54,3.54)) t=(0.00,0.00)}] [fill={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=40.00] [height=40.00]
+ RenderSVGPath {rect} at (284,363) size 132x188 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00]
+ [clipPath="clip-rect2"] RenderSVGResourceClipper {clipPath} at (-141.42,7.07) size 282.84x282.84
+ RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/qt-5.0/svg/transforms/svg-css-transforms-expected.txt (0 => 101479)
--- trunk/LayoutTests/platform/qt-5.0/svg/transforms/svg-css-transforms-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/qt-5.0/svg/transforms/svg-css-transforms-expected.txt 2011-11-30 11:28:39 UTC (rev 101479)
@@ -0,0 +1,48 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x580
+ RenderBlock {html} at (0,0) size 800x580
+ RenderBody {body} at (8,8) size 784x564
+ RenderBlock {div} at (10,10) size 220x544
+ RenderBlock {h2} at (0,19) size 220x29
+ RenderText {#text} at (0,0) size 155x29
+ text run at (0,0) width 155: "SVG nested"
+ RenderBlock {h2} at (0,286) size 220x29
+ RenderText {#text} at (0,0) size 151x29
+ text run at (0,0) width 151: "CSS nested"
+ RenderText {#text} at (240,0) size 5x19
+ text run at (240,0) width 5: " "
+ RenderBlock {div} at (255,10) size 220x544
+ RenderBlock {h2} at (0,19) size 220x29
+ RenderText {#text} at (0,0) size 203x29
+ text run at (0,0) width 203: "SVG compound"
+ RenderBlock {h2} at (0,286) size 220x29
+ RenderText {#text} at (0,0) size 199x29
+ text run at (0,0) width 199: "CSS compound"
+ RenderText {#text} at (0,0) size 0x0
+layer at (28,85) size 200x200
+ RenderBlock (relative positioned) {div} at (10,67) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+ RenderSVGRoot {svg} at (29,109) size 196x174
+ RenderSVGContainer {g} at (29,109) size 196x174 [transform={m=((1.00,0.00)(0.00,1.00)) t=(75.00,25.00)}]
+ RenderSVGPath {rect} at (103,110) size 62x62 [stroke={[type=SOLID] [color=#000000] [dash array={1.00, 1.00}]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
+ RenderSVGContainer {g} at (29,109) size 196x174 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}]
+ RenderSVGPath {rect} at (103,110) size 122x122 [stroke={[type=SOLID] [color=#000000] [dash array={1.00, 1.00}]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
+ RenderSVGPath {rect} at (29,109) size 162x174 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(0.00,0.00)}] [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
+ RenderText {#text} at (0,0) size 0x0
+layer at (28,352) size 200x200
+ RenderBlock (relative positioned) {div} at (10,334) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+layer at (29,353) size 60x60
+ RenderBlock (positioned) {div} at (1,1) size 60x60 [border: (1px dotted #000000)]
+layer at (30,354) size 60x60
+ RenderBlock (positioned) {div} at (1,1) size 60x60 [border: (1px dotted #000000)]
+layer at (31,355) size 60x60
+ RenderBlock (positioned) {div} at (1,1) size 60x60 [border: (1px solid #0000FF)]
+layer at (273,85) size 200x200
+ RenderBlock (relative positioned) {div} at (10,67) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+ RenderSVGRoot {svg} at (274,109) size 162x174
+ RenderSVGPath {rect} at (274,109) size 162x174 [transform={m=((1.41,1.41)(-1.41,1.41)) t=(75.00,25.00)}] [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
+ RenderText {#text} at (0,0) size 0x0
+layer at (273,352) size 200x200
+ RenderBlock (relative positioned) {div} at (10,334) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
+layer at (274,353) size 60x60
+ RenderBlock (positioned) {div} at (1,1) size 60x60 [border: (1px solid #0000FF)]