Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt

Issue 1208253002: Remove editing/pasteboard/paste-noscript-xhtml.xhtml (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/editing/pasteboard/paste-noscript-xhtml.xhtml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt
diff --git a/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt b/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt
deleted file mode 100644
index 8bb0d63d8737bf55291ec34d132ecd23d6e36c64..0000000000000000000000000000000000000000
--- a/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt
+++ /dev/null
@@ -1,86 +0,0 @@
-ALERT: hello
-ALERT: hello
-
-This test copies the content of an iframe and pastes it
-in an editable area in an xhtml document and verifies that no script, handlers or javascript urls are copied.
-
-
-Copied content:
-| "
-"
-| <button>
-| id="button1"
-| onclick="sayHello()"
-| ondblclick="sayHello()"
-| style="width: 100px;"
-| "<#selection-anchor>Hello"
-| <a>
-| href="http://www.bing.com/search?q=cnn"
-| id="anchor1"
-| "CNN"
-| <a>
-| href="javascript:sayHello()"
-| id="anchor2"
-| "Hello"
-| "
-"
-| <script>
-| style="display: block; position: fixed; top: 4000px"
-| "alert('hello');"
-| "
-"
-| <script>
-| src="../editing.js"
-| style="display: block; position: fixed; top: 4000px"
-| "
-"
-| <iframe>
-| id="iframe1"
-| src="javascript:alert('hello')"
-| style="width: 200px; height: 100px; background-color:#cee;"
-| "
-"
-| <form>
-| action="javascript:sayHello()"
-| formaction="javascript:sayHello()"
-| id="form1"
-| style="width: 200px; height: 150px; background-color:#cee;"
-| "This is a form. "
-| <button>
-| formaction="javascript:sayHello()"
-| "Submit.<#selection-focus>"
-| "
-
-"
-
-FRAME 0:
-| <head>
-| <body>
-
-Pasted content:
-| <button>
-| id="button1"
-| style="width: 100px;"
-| "Hello"
-| <a>
-| href="http://www.bing.com/search?q=cnn"
-| id="anchor1"
-| "CNN"
-| <a>
-| id="anchor2"
-| "Hello"
-| <iframe>
-| id="iframe1"
-| style="width: 200px; height: 100px; background-color: rgb(204, 238, 238);"
-| <form>
-| formaction="javascript:sayHello()"
-| id="form1"
-| style="width: 200px; height: 150px; background-color: rgb(204, 238, 238);"
-| "This is a form."
-| " "
-| <button>
-| "Submit.<#selection-caret>"
-
-FRAME 0:
-| <head>
-| <body>
« no previous file with comments | « LayoutTests/editing/pasteboard/paste-noscript-xhtml.xhtml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698