[Qt] Unreviewed weekend gardening, update test results, skip new failing tests.
authorossy@webkit.org <ossy@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 29 Apr 2012 06:04:15 +0000 (06:04 +0000)
committerossy@webkit.org <ossy@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 29 Apr 2012 06:04:15 +0000 (06:04 +0000)
* fast/files/workers/inline-worker-via-blob-url.html: Trivial typo fix after r115582.
* platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
* platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
* platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
* platform/qt/Skipped: Skip a new failing reftest after r115554.
* platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
* platform/qt/fast/html/details-position-expected.png: Updated after r115573.
* platform/qt/fast/html/details-position-expected.txt: Updated after r115573.
* platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Updated after r115573.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@115592 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/fast/files/workers/inline-worker-via-blob-url.html
LayoutTests/platform/qt-4.8/fast/dom/Window/window-properties-expected.txt
LayoutTests/platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt
LayoutTests/platform/qt-5.0/fast/dom/Window/window-properties-expected.txt
LayoutTests/platform/qt/Skipped
LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt
LayoutTests/platform/qt/fast/html/details-position-expected.png
LayoutTests/platform/qt/fast/html/details-position-expected.txt
LayoutTests/platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt

index d4cf10c..67e4ad1 100644 (file)
@@ -1,3 +1,17 @@
+2012-04-28  Csaba Osztrogonác  <ossy@webkit.org>
+
+        [Qt] Unreviewed weekend gardening, update test results, skip new failing tests.
+
+        * fast/files/workers/inline-worker-via-blob-url.html: Trivial typo fix after r115582.
+        * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
+        * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
+        * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
+        * platform/qt/Skipped: Skip a new failing reftest after r115554.
+        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
+        * platform/qt/fast/html/details-position-expected.png: Updated after r115573.
+        * platform/qt/fast/html/details-position-expected.txt: Updated after r115573.
+        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Updated after r115573.
+
 2012-04-28  Li Yin  <li.yin@intel.com>
 
         MessagePort must set m_closed to be true at the end of MessagePort::close function
index 04bd08c..0530b94 100644 (file)
@@ -14,7 +14,7 @@ function runTest()
         "onmessage = function(e) {",
         "    postMessage('Hello from worker');",
         "};"
-    ].join('\n'));
+    ].join('\n');
     var blobURL = webkitURL.createObjectURL(new Blob([string]));
     var worker = new Worker(blobURL);
     worker.onmessage = function(event) {
index 6f37ee3..a7d919e 100644 (file)
@@ -151,6 +151,7 @@ window.BeforeLoadEvent.prototype.preventDefault [function]
 window.BeforeLoadEvent.prototype.stopImmediatePropagation [function]
 window.BeforeLoadEvent.prototype.stopPropagation [function]
 window.Blob [object BlobConstructor]
+window.Blob.length [number]
 window.Blob.prototype [object BlobPrototype]
 window.Boolean [function]
 window.CDATASection [object CDATASectionConstructor]
index 4a7c3c7..6b6bcbd 100644 (file)
@@ -151,6 +151,7 @@ window.BeforeLoadEvent.prototype.preventDefault [function]
 window.BeforeLoadEvent.prototype.stopImmediatePropagation [function]
 window.BeforeLoadEvent.prototype.stopPropagation [function]
 window.Blob [object BlobConstructor]
+window.Blob.length [number]
 window.Blob.prototype [object BlobPrototype]
 window.Boolean [function]
 window.CDATASection [object CDATASectionConstructor]
index 9c77397..26b6fa3 100644 (file)
@@ -151,6 +151,7 @@ window.BeforeLoadEvent.prototype.preventDefault [function]
 window.BeforeLoadEvent.prototype.stopImmediatePropagation [function]
 window.BeforeLoadEvent.prototype.stopPropagation [function]
 window.Blob [object BlobConstructor]
+window.Blob.length [number]
 window.Blob.prototype [object BlobPrototype]
 window.Boolean [function]
 window.CDATASection [object CDATASectionConstructor]
index 968cc62..8712ec2 100644 (file)
@@ -2609,6 +2609,7 @@ fast/multicol/cell-shrinkback.html
 fast/table/td-width-fifty-percent-regression.html
 svg/custom/anchor-on-use.svg
 svg/animations/animateTransform-rotate-around-point.svg
+svg/animations/animateMotion-additive-1.svg
 
 # REGRESSION(114309) - Exception stack traces aren't complete when the exception starts in native code
 # https://bugs.webkit.org/show_bug.cgi?id=84073
index 07074f8..3441164 100644 (file)
@@ -7,6 +7,8 @@ PASS (new inner.Audio()).isInner is true
 PASS (new inner.Audio()).constructor.isInner is true
 PASS (new inner.BeforeLoadEvent()).isInner is true
 PASS (new inner.BeforeLoadEvent()).constructor.isInner is true
+PASS (new inner.Blob()).isInner is true
+PASS (new inner.Blob()).constructor.isInner is true
 PASS (new inner.CloseEvent()).isInner is true
 PASS (new inner.CloseEvent()).constructor.isInner is true
 PASS (new inner.CustomEvent()).isInner is true
index a8500c4..eb18eca 100644 (file)
Binary files a/LayoutTests/platform/qt/fast/html/details-position-expected.png and b/LayoutTests/platform/qt/fast/html/details-position-expected.png differ
index 62bb0ad..81e6b2e 100644 (file)
@@ -6,8 +6,8 @@ layer at (0,0) size 800x584
       RenderBlock {DETAILS} at (0,0) size 784x0
       RenderBlock {DETAILS} at (0,0) size 784x21
       RenderBlock {DETAILS} at (0,21) size 784x0
-layer at (50,150) size 50x21
-  RenderBlock (positioned) {SUMMARY} at (50,150) size 50x21
+layer at (50,150) size 51x21
+  RenderBlock (positioned) {SUMMARY} at (50,150) size 51x21
     RenderDetailsMarker {DIV} at (0,6) size 10x10: right
     RenderText {#text} at (16,0) size 34x21
       text run at (16,0) width 34: "fixed"
@@ -16,8 +16,8 @@ layer at (158,158) size 784x21
     RenderDetailsMarker {DIV} at (0,6) size 10x10: right
     RenderText {#text} at (16,0) size 52x21
       text run at (16,0) width 52: "relative"
-layer at (250,150) size 77x21
-  RenderBlock (positioned) {SUMMARY} at (250,150) size 77x21
+layer at (250,150) size 78x21
+  RenderBlock (positioned) {SUMMARY} at (250,150) size 78x21
     RenderDetailsMarker {DIV} at (0,6) size 10x10: right
     RenderText {#text} at (16,0) size 61x21
       text run at (16,0) width 61: "absolute"
index 6ad6d3d..f6cb5ce 100644 (file)
@@ -30,10 +30,10 @@ layer at (0,0) size 800x469
             RenderSVGRoot {svg} at (0,0) size 102x26
               RenderSVGRect {rect} at (0,0) size 102x26 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
               RenderSVGPath {path} at (15,5) size 72x16 [fill={[type=SOLID] [color=#008000]}] [data="M 500 50 L 150 200 L 850 200 Z"]
-      RenderTable at (1,256) size 138x45
-        RenderTableSection (anonymous) at (0,0) size 138x45
-          RenderTableRow (anonymous) at (0,0) size 138x45
-            RenderTableCell {P} at (0,0) size 138x45 [r=0 c=0 rs=1 cs=1]
+      RenderTable at (1,256) size 139x45
+        RenderTableSection (anonymous) at (0,0) size 139x45
+          RenderTableRow (anonymous) at (0,0) size 139x45
+            RenderTableCell {P} at (0,0) size 139x45 [r=0 c=0 rs=1 cs=1]
               RenderEmbeddedObject {OBJECT} at (9,0) size 120x44 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
                 layer at (0,0) size 102x26
                   RenderView at (0,0) size 102x26
@@ -41,10 +41,10 @@ layer at (0,0) size 800x469
                   RenderSVGRoot {svg} at (0,0) size 102x26
                     RenderSVGRect {rect} at (0,0) size 102x26 [stroke={[type=SOLID] [color=#008000] [stroke width=12.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=0.00] [width=1000.00] [height=250.00]
                     RenderSVGPath {path} at (15,5) size 72x16 [fill={[type=SOLID] [color=#008000]}] [data="M 500 50 L 150 200 L 850 200 Z"]
-      RenderTable {TABLE} at (1,356) size 138x45
-        RenderTableSection {TBODY} at (0,0) size 138x45
-          RenderTableRow {TR} at (0,0) size 138x45
-            RenderTableCell {TD} at (0,0) size 138x45 [r=0 c=0 rs=1 cs=1]
+      RenderTable {TABLE} at (1,356) size 139x45
+        RenderTableSection {TBODY} at (0,0) size 139x45
+          RenderTableRow {TR} at (0,0) size 139x45
+            RenderTableCell {TD} at (0,0) size 139x45 [r=0 c=0 rs=1 cs=1]
               RenderEmbeddedObject {OBJECT} at (9,0) size 120x44 [bgcolor=#FF0000] [border: (9px solid #0000FF)]
                 layer at (0,0) size 102x26
                   RenderView at (0,0) size 102x26