Index: LayoutTests/editing/pasteboard/paste-noscript-expected.txt |
diff --git a/LayoutTests/editing/pasteboard/paste-noscript-expected.txt b/LayoutTests/editing/pasteboard/paste-noscript-expected.txt |
index 3c64d4729f374b84723f24a5f3643d2cf357907e..49f9f44c42ced488a1fd970fe45620ed8f508e73 100644 |
--- a/LayoutTests/editing/pasteboard/paste-noscript-expected.txt |
+++ b/LayoutTests/editing/pasteboard/paste-noscript-expected.txt |
@@ -15,7 +15,7 @@ Submit. |
<a id="anchor2">Hello</a> |
<iframe id="iframe1" src="javascript:var x = 1;" style="width: 200px; height: 100px; background-color:#cee;"></iframe> |
<iframe id="iframe1" style="width: 200px; height: 100px; background-color: rgb(204, 238, 238);"></iframe> |
-<iframe id="iframe2" srcdoc="<script>var x = 1;</script>" style="width: 200px; height: 100px; background-color:#cee;"></iframe> |
+<iframe id="iframe2" srcdoc="<script>var x = 1;</script>" style="width: 200px; height: 100px; background-color:#cee;"></iframe> |
<iframe id="iframe2" style="width: 200px; height: 100px; background-color: rgb(204, 238, 238);"></iframe> |
<form id="form1" action="javascript:sayHello()" formaction="javascript:sayHello()" style="width: 200px; height: 150px; background-color:#cee;">This is a form<br><img src="../resources/abe.png"><button formaction="javascript:sayHello()">Submit.</button></form> |
<form id="form1" formaction="javascript:sayHello()" style="width: 200px; height: 150px; background-color: rgb(204, 238, 238);">This is a form<br><img src="../resources/abe.png"><button>Submit.</button></form> |