Title: [87505] trunk/LayoutTests
Revision
87505
Author
o...@webkit.org
Date
2011-05-27 06:12:30 -0700 (Fri, 27 May 2011)

Log Message

[Qt][Mac] Daily gardening.

* platform/qt-mac/Skipped:
 - plugins/embed-attributes-setting.html was unskipped by r87306, but fails on Qt-Mac.
 - plugins/plugin-initiate-popup-window.html unskipped by r87429, but fails on Qt-Mac.
 - fast/css/disabled-author-styles unskipped by r87311, but fails on Qt-Mac.
* platform/qt-mac/editing/pasteboard/paste-code-in-pre-expected.txt: Added after r87468.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87504 => 87505)


--- trunk/LayoutTests/ChangeLog	2011-05-27 12:59:03 UTC (rev 87504)
+++ trunk/LayoutTests/ChangeLog	2011-05-27 13:12:30 UTC (rev 87505)
@@ -1,3 +1,13 @@
+2011-05-27  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt][Mac] Daily gardening.
+
+        * platform/qt-mac/Skipped:
+         - plugins/embed-attributes-setting.html was unskipped by r87306, but fails on Qt-Mac.
+         - plugins/plugin-initiate-popup-window.html unskipped by r87429, but fails on Qt-Mac.
+         - fast/css/disabled-author-styles unskipped by r87311, but fails on Qt-Mac.
+        * platform/qt-mac/editing/pasteboard/paste-code-in-pre-expected.txt: Added after r87468.
+
 2011-05-27  Yael Aharon  <yael.aha...@nokia.com>
 
         Unreviewed.

Modified: trunk/LayoutTests/platform/qt-mac/Skipped (87504 => 87505)


--- trunk/LayoutTests/platform/qt-mac/Skipped	2011-05-27 12:59:03 UTC (rev 87504)
+++ trunk/LayoutTests/platform/qt-mac/Skipped	2011-05-27 13:12:30 UTC (rev 87505)
@@ -2598,6 +2598,7 @@
 plugins/destroy-plugin-from-callback.html
 plugins/destroy-stream-twice.html
 plugins/document-open.html
+plugins/embed-attributes-setting.html:
 plugins/embed-inside-object.html
 plugins/evaluate-js-after-removing-plugin-element.html
 plugins/get-empty-url.html
@@ -2629,6 +2630,7 @@
 plugins/override-node-method.html
 plugins/pass-different-npp-struct.html
 plugins/plugin-document-back-forward.html
+plugins/plugin-initiate-popup-window.html
 plugins/plugin-remove-subframe.html
 plugins/reentrant-update-widget-positions.html
 plugins/reloadplugins-and-pages.html
@@ -4260,3 +4262,6 @@
 # new test introduced in r87096, but fail on Qt-Mac platform
 fast/events/selectstart-by-double-triple-clicks.html
 fast/events/selectstart-by-drag.html
+
+# unskipped by r87311, but fail on Qt-Mac platform
+fast/css/disabled-author-styles

Added: trunk/LayoutTests/platform/qt-mac/editing/pasteboard/paste-code-in-pre-expected.txt (0 => 87505)


--- trunk/LayoutTests/platform/qt-mac/editing/pasteboard/paste-code-in-pre-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt-mac/editing/pasteboard/paste-code-in-pre-expected.txt	2011-05-27 13:12:30 UTC (rev 87505)
@@ -0,0 +1,12 @@
+This tests a bug when copying HTML markup inside <pre> tags. When pasted, this content would appear as the rendered form of that markup.
+You should see markup in the editable region below. See <rdar://5027857>.
+| <pre>
+|   contenteditable="true"
+|   id="pre"
+|   <span>
+|     class="Apple-style-span"
+|     style="font-family: 'Times New Roman'; white-space: normal; "
+|     <pre>
+|       contenteditable="true"
+|       id="pre"
+|       "<input type='button'>foo<br>bar<b>baz</b><#selection-caret>"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to