tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / copy-standalone-image.html
index b7c2c0b..95b88d1 100755 (executable)
@@ -25,14 +25,14 @@ iframe {
 }
 </style>
 </head>
-<body onload="editingTest()">
+<body>
 
 <p>This is an automatic test of copying an image document.</p>
 <p>To perform this test manually, click once in the image frame, choose Edit -> Copy
 then click in the red box and paste the image. If the image pastes successfully the
 test is passed.</p>
 
-<iframe name="imageframe" src="../resources/abe.png">
+<iframe name="imageframe" src="../resources/abe.png" onload="editingTest()">
 </iframe>
 
 <div id="dest" class="editable" contenteditable="true"> </div>