Title: [120924] trunk/LayoutTests
Revision
120924
Author
[email protected]
Date
2012-06-21 07:45:13 -0700 (Thu, 21 Jun 2012)

Log Message

[Qt] Unreviewed gardening, unskip now passing tests.

* platform/qt/Skipped:
* platform/qt/editing/inserting/4960120-1-expected.png: Added.
* platform/qt/editing/inserting/4960120-1-expected.txt:
* platform/qt/editing/inserting/before-after-input-element-expected.png: Added.
* platform/qt/editing/inserting/before-after-input-element-expected.txt:
* platform/qt/editing/inserting/insert-text-with-newlines-expected.png: Added.
* platform/qt/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/qt/http/tests/misc/favicon-as-image-expected.png: Added.
* platform/qt/http/tests/misc/favicon-as-image-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120923 => 120924)


--- trunk/LayoutTests/ChangeLog	2012-06-21 13:39:45 UTC (rev 120923)
+++ trunk/LayoutTests/ChangeLog	2012-06-21 14:45:13 UTC (rev 120924)
@@ -1,3 +1,17 @@
+2012-06-21  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening, unskip now passing tests.
+
+        * platform/qt/Skipped:
+        * platform/qt/editing/inserting/4960120-1-expected.png: Added.
+        * platform/qt/editing/inserting/4960120-1-expected.txt:
+        * platform/qt/editing/inserting/before-after-input-element-expected.png: Added.
+        * platform/qt/editing/inserting/before-after-input-element-expected.txt:
+        * platform/qt/editing/inserting/insert-text-with-newlines-expected.png: Added.
+        * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt:
+        * platform/qt/http/tests/misc/favicon-as-image-expected.png: Added.
+        * platform/qt/http/tests/misc/favicon-as-image-expected.txt: Added.
+
 2012-06-21  Simon Pena  <[email protected]>
 
         [GTK] Add new baseline and update TestExpectations

Modified: trunk/LayoutTests/platform/qt/Skipped (120923 => 120924)


--- trunk/LayoutTests/platform/qt/Skipped	2012-06-21 13:39:45 UTC (rev 120923)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-06-21 14:45:13 UTC (rev 120924)
@@ -66,9 +66,6 @@
 #       Disabled features.                                                    #
 # =========================================================================== #
 
-# ENABLE_DATALIST is not yet enabled.
-fast/forms/datalist
-
 # ENABLE_INPUT_TYPE_COLOR is disabled.
 fast/forms/color
 
@@ -100,9 +97,6 @@
 # ENABLE(DIRECTORY_UPLOAD) is disabled.
 fast/forms/file/input-file-directory-upload.html
 
-# ENABLE(FILE_SYSTEM) is disabled.
-fast/forms/file/input-file-entries.html
-
 # ENABLE(INDEXED_DATABASE) is disabled.
 storage/indexeddb
 http/tests/inspector/indexeddb
@@ -120,6 +114,7 @@
 
 # ENABLE(FILE_SYSTEM) is disabled.
 fast/filesystem
+fast/forms/file/input-file-entries.html
 http/tests/filesystem
 http/tests/inspector/filesystem
 http/tests/security/filesystem-iframe-from-remote.html
@@ -573,9 +568,6 @@
 #       Failing HTTP tests.                                                   #
 # =========================================================================== #
 
-# no expected results
-http/tests/misc/favicon-as-image.html
-
 # No authentication challenge handling
 http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html
 http/tests/loading/basic-credentials-sent-automatically.html
@@ -584,11 +576,12 @@
 http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html
 http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html
 
-# new failing test after r116473
+# New http/tests/loading/post-in-iframe-with-back-navigation.html introduced in r116473 fails
 # https://bugs.webkit.org/show_bug.cgi?id=85969
 http/tests/loading/post-in-iframe-with-back-navigation.html
 
-# This needs more attention!
+# [Qt] Acid3 test reveals that WTR does not pick up monospace fonts for testing
+# https://bugs.webkit.org/show_bug.cgi?id=87501
 http/tests/misc/acid3.html
 
 # Benign pixel differences except for:
@@ -706,17 +699,9 @@
 # =========================================================================== #
 #       Failing editing/inserting tests.                                      #
 # =========================================================================== #
-# ---- rendertree results OK but suspicious diffs.
-editing/inserting/4960120-1.html
-editing/inserting/before-after-input-element.html
-
-# ---- rendertree results OK but diff in editing delegate msgs.
+editing/inserting/typing-at-end-of-line.html
 editing/inserting/insert-tab-003.html
-editing/inserting/insert-text-with-newlines.html
 
-editing/inserting/5994480-2.html
-editing/inserting/typing-at-end-of-line.html
-
 # =========================================================================== #
 #       Failing editing/pasteboard tests.                                     #
 # =========================================================================== #
@@ -742,8 +727,6 @@
 # ============================================================================= #
 
 # -- fail with --platform mac --ignore-metrics
-editing/deleting/delete-block-table.html
-editing/deleting/delete-ligature-001.html
 editing/deleting/delete-tab-001.html
 editing/deleting/delete-tab-002.html
 editing/deleting/delete-tab-003.html
@@ -1929,6 +1912,10 @@
 # https://bugs.webkit.org/show_bug.cgi?id=88062
 fast/dom/gc-attribute-node.html
 
+# [Qt] fast/forms/datalist/input-list.html fails
+# https://bugs.webkit.org/show_bug.cgi?id=89656
+fast/forms/datalist/input-list.html
+
 # ============================================================================= #
 # failing fonts tests
 # ============================================================================= #
@@ -2136,8 +2123,6 @@
 fast/text/midword-break-before-surrogate-pair.html
 svg/custom/svg-fonts-fallback.xhtml
 
-# new tests, they needs investigation
-
 # new tests without expected files, need investigation
 css3/images/cross-fade-background-size.html
 css3/images/cross-fade-tiled.html

Added: trunk/LayoutTests/platform/qt/editing/inserting/4960120-1-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/qt/editing/inserting/4960120-1-expected.png ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/platform/qt/editing/inserting/4960120-1-expected.txt (120923 => 120924)


--- trunk/LayoutTests/platform/qt/editing/inserting/4960120-1-expected.txt	2012-06-21 13:39:45 UTC (rev 120923)
+++ trunk/LayoutTests/platform/qt/editing/inserting/4960120-1-expected.txt	2012-06-21 14:45:13 UTC (rev 120924)
@@ -3,17 +3,17 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {P} at (0,0) size 784x19
-        RenderText {#text} at (0,0) size 511x19
-          text run at (0,0) width 511: "This tests for a bug where the first newline entered into a text area would be lost."
-      RenderBlock (anonymous) at (0,33) size 784x44
-        RenderTextControl {TEXTAREA} at (2,2) size 184x40 [border: (1px solid #000000)]
+      RenderBlock {P} at (0,0) size 784x21
+        RenderText {#text} at (0,0) size 565x21
+          text run at (0,0) width 565: "This tests for a bug where the first newline entered into a text area would be lost."
+      RenderBlock (anonymous) at (0,37) size 784x50
         RenderText {#text} at (0,0) size 0x0
         RenderText {#text} at (0,0) size 0x0
-layer at (11,44) size 182x38
-  RenderBlock {DIV} at (1,1) size 182x38
-    RenderText {#text} at (3,0) size 0x19
-      text run at (3,0) width 0: " "
-    RenderText {#text} at (3,19) size 0x19
-      text run at (3,19) width 0: " "
+layer at (10,47) size 200x46
+  RenderTextControl {TEXTAREA} at (2,2) size 200x46
+    RenderBlock {DIV} at (2,2) size 196x42
+      RenderText {#text} at (0,0) size 0x21
+        text run at (0,0) width 0: " "
+      RenderText {#text} at (0,21) size 0x21
+        text run at (0,21) width 0: " "
 caret: position 0 of child 1 {#text} of child 0 {DIV} of {#shadow-root} of child 2 {TEXTAREA} of body

Added: trunk/LayoutTests/platform/qt/editing/inserting/before-after-input-element-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/qt/editing/inserting/before-after-input-element-expected.png ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/platform/qt/editing/inserting/before-after-input-element-expected.txt (120923 => 120924)


--- trunk/LayoutTests/platform/qt/editing/inserting/before-after-input-element-expected.txt	2012-06-21 13:39:45 UTC (rev 120923)
+++ trunk/LayoutTests/platform/qt/editing/inserting/before-after-input-element-expected.txt	2012-06-21 14:45:13 UTC (rev 120924)
@@ -13,15 +13,15 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {P} at (0,0) size 784x19
-        RenderText {#text} at (0,0) size 338x19
-          text run at (0,0) width 338: "This tests text insertion before/after an input element."
-      RenderBlock {DIV} at (0,33) size 784x29
-        RenderText {#text} at (0,5) size 32x19
-          text run at (0,5) width 32: "Hello"
-        RenderTextControl {INPUT} at (34,2) size 168x25 [border: (2px inset #000000)]
-        RenderText {#text} at (204,5) size 37x19
-          text run at (204,5) width 37: "World"
-layer at (45,46) size 162x19
-  RenderBlock {DIV} at (3,3) size 162x19
+      RenderBlock {P} at (0,0) size 784x21
+        RenderText {#text} at (0,0) size 372x21
+          text run at (0,0) width 372: "This tests text insertion before/after an input element."
+      RenderBlock {DIV} at (0,37) size 784x29
+        RenderText {#text} at (0,4) size 38x21
+          text run at (0,4) width 38: "Hello"
+        RenderTextControl {INPUT} at (40,2) size 184x25
+        RenderText {#text} at (226,4) size 42x21
+          text run at (226,4) width 42: "World"
+layer at (50,49) size 180x21
+  RenderBlock {DIV} at (2,2) size 180x21
 caret: position 5 of child 2 {#text} of child 2 {DIV} of body

Added: trunk/LayoutTests/platform/qt/editing/inserting/insert-text-with-newlines-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/qt/editing/inserting/insert-text-with-newlines-expected.png ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/platform/qt/editing/inserting/insert-text-with-newlines-expected.txt (120923 => 120924)


--- trunk/LayoutTests/platform/qt/editing/inserting/insert-text-with-newlines-expected.txt	2012-06-21 13:39:45 UTC (rev 120923)
+++ trunk/LayoutTests/platform/qt/editing/inserting/insert-text-with-newlines-expected.txt	2012-06-21 14:45:13 UTC (rev 120924)
@@ -21,8 +21,9 @@
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > SPAN > DIV > BODY > HTML > #document to 1 of #text > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 2 of #text > SPAN > DIV > BODY > HTML > #document to 2 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > I > SPAN > DIV > BODY > HTML > #document to 3 of #text > I > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 2 of #text > SPAN > DIV > BODY > HTML > #document to 2 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of #text > SPAN > DIV > BODY > HTML > #document to 2 of #text > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 3 of #text > SPAN > DIV > BODY > HTML > #document to 3 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
@@ -30,9 +31,10 @@
 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > SPAN > DIV > BODY > HTML > #document to 3 of #text > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 4 of #text > SPAN > DIV > BODY > HTML > #document to 4 of #text > SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of #text > SPAN > DIV > BODY > HTML > #document to 2 of #text > SPAN > DIV > BODY > HTML > #document toDOMRange:range from 5 of SPAN > DIV > BODY > HTML > #document to 5 of SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
@@ -51,18 +53,18 @@
 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 784x157 [border: (2px solid #FF0000)]
-        RenderInline {SPAN} at (0,0) size 84x128
-          RenderText {#text} at (14,14) size 84x31
+      RenderBlock {DIV} at (0,0) size 784x149 [border: (2px solid #FF0000)]
+        RenderInline {SPAN} at (0,0) size 84x121
+          RenderText {#text} at (14,14) size 84x30
             text run at (14,14) width 84: "Foo xxx"
           RenderBR {BR} at (98,37) size 0x0
-          RenderInline {I} at (0,0) size 34x32
-            RenderText {#text} at (14,46) size 34x32
-              text run at (14,46) width 34: "bar"
-          RenderText {#text} at (48,47) size 43x31
-            text run at (48,47) width 43: " xxx"
-          RenderBR {BR} at (91,70) size 0x0
-          RenderBR {BR} at (14,79) size 0x31
-          RenderText {#text} at (14,111) size 74x31
-            text run at (14,111) width 74: "bazxxx"
+          RenderInline {I} at (0,0) size 34x31
+            RenderText {#text} at (14,44) size 34x31
+              text run at (14,44) width 34: "bar"
+          RenderText {#text} at (48,45) size 43x30
+            text run at (48,45) width 43: " xxx"
+          RenderBR {BR} at (91,68) size 0x0
+          RenderBR {BR} at (14,75) size 0x30
+          RenderText {#text} at (14,105) size 74x30
+            text run at (14,105) width 74: "bazxxx"
 caret: position 6 of child 6 {#text} of child 1 {SPAN} of child 1 {DIV} of body

Added: trunk/LayoutTests/platform/qt/http/tests/misc/favicon-as-image-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/qt/http/tests/misc/favicon-as-image-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/qt/http/tests/misc/favicon-as-image-expected.txt (0 => 120924)


--- trunk/LayoutTests/platform/qt/http/tests/misc/favicon-as-image-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/http/tests/misc/favicon-as-image-expected.txt	2012-06-21 14:45:13 UTC (rev 120924)
@@ -0,0 +1,28 @@
+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 (0,0) size 800x600
+      RenderBlock {DIV} at (0,0) size 800x21
+        RenderText {#text} at (0,0) size 521x21
+          text run at (0,0) width 521: "Three green 16x16 pixel squares should appear below, stacked vertically."
+      RenderBlock {DIV} at (0,21) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+        RenderImage {IMG} at (1,1) size 16x16
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock (anonymous) at (0,39) size 800x36
+        RenderPartObject {IFRAME} at (0,0) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+          layer at (0,0) size 16x16
+            RenderView at (0,0) size 16x16
+          layer at (0,0) size 16x16
+            RenderBlock {HTML} at (0,0) size 16x16
+              RenderBody {BODY} at (0,0) size 16x16
+                RenderImage {IMG} at (0,0) size 16x16
+        RenderBR {BR} at (18,18) size 0x0
+        RenderPartObject {IFRAME} at (0,18) size 18x18 [bgcolor=#FF0000] [border: (1px solid #000000)]
+          layer at (0,0) size 16x16
+            RenderView at (0,0) size 16x16
+          layer at (0,0) size 16x16
+            RenderBlock {HTML} at (0,0) size 16x16
+              RenderBody {BODY} at (0,0) size 16x16
+                RenderImage {IMG} at (0,0) size 16x16
+        RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to