Title: [152801] trunk/LayoutTests
Revision
152801
Author
[email protected]
Date
2013-07-17 13:42:00 -0700 (Wed, 17 Jul 2013)

Log Message

Unreviewed. Rebaseline tests for AppleWin port after r152789.

* platform/win/editing/pasteboard/paste-noplugin-expected.txt: Added.
* platform/win/platform/win/plugins/draws-gradient-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (152800 => 152801)


--- trunk/LayoutTests/ChangeLog	2013-07-17 20:31:29 UTC (rev 152800)
+++ trunk/LayoutTests/ChangeLog	2013-07-17 20:42:00 UTC (rev 152801)
@@ -1,3 +1,10 @@
+2013-07-17  Roger Fong  <[email protected]>
+
+        Unreviewed. Rebaseline tests for AppleWin port after r152789.
+
+        * platform/win/editing/pasteboard/paste-noplugin-expected.txt: Added.
+        * platform/win/platform/win/plugins/draws-gradient-expected.txt:
+
 2013-07-17  Bear Travis  <[email protected]>
 
         [CSS Shapes][CSS Exclusions] Cleanup tests to reflect split between CSS Shapes and CSS Exclusions

Added: trunk/LayoutTests/platform/win/editing/pasteboard/paste-noplugin-expected.txt (0 => 152801)


--- trunk/LayoutTests/platform/win/editing/pasteboard/paste-noplugin-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/pasteboard/paste-noplugin-expected.txt	2013-07-17 20:42:00 UTC (rev 152801)
@@ -0,0 +1,27 @@
+This test copies embed and object elements, pastes them into an editable area, and verifies that unsafe tags are not pasted when the setting prohibits this.
+
+Original contents:
+| "
+"
+| <p>
+|   "Some text to paste."
+| "
+"
+| <embed>
+|   src=""
+| "
+"
+| <object>
+|   data=""
+|   <param>
+|     name="src"
+|     value="http://localhost:8000/evil.swf"
+|   <embed>
+|     src=""
+| "
+"
+
+Pasted contents:
+| <p>
+|   "Some text to paste."
+| " <#selection-caret>"

Modified: trunk/LayoutTests/platform/win/platform/win/plugins/draws-gradient-expected.txt (152800 => 152801)


--- trunk/LayoutTests/platform/win/platform/win/plugins/draws-gradient-expected.txt	2013-07-17 20:31:29 UTC (rev 152800)
+++ trunk/LayoutTests/platform/win/platform/win/plugins/draws-gradient-expected.txt	2013-07-17 20:42:00 UTC (rev 152801)
@@ -9,3 +9,10 @@
       RenderBlock {P} at (0,170) size 784x18
         RenderText {#text} at (0,0) size 514x18
           text run at (0,0) width 514: "This tests that the DrawsGradient plugin test fills its window with some gradients."
+layer at (8,8) size 300x150
+  RenderFlexibleBox {DIV} at (0,0) size 300x150
+layer at (108,73) size 99x19
+  RenderFlexibleBox {DIV} at (100,65) size 99x19
+    RenderBlock {SPAN} at (0,0) size 99x18 [color=#666666] [bgcolor=#DDDDDD]
+      RenderText {#text} at (4,2) size 91x13
+        text run at (4,2) width 91: "Missing Plug-in"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to