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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/paste-noscript-xhtml-expected.txt

Issue 552161: I can rebaseline! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 10 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Name: svn:eol-style
+ LF
OLDNEW
(Empty)
1 ALERT: hello
2 CONSOLE MESSAGE: line 1: Uncaught ReferenceError: sayHello is not defined
3 This test copies the content of an iframe and pastes it in an editable area in a n xhtml document and verifies that no script, handlers or javascript urls are co pied.
4
5 HelloCNNHello
6 This is a form
7 <button xmlns="http://www.w3.org/1999/xhtml" id="button1" style="width: 100px; " >Hello</button><a xmlns="http://www.w3.org/1999/xhtml" id="anchor1" href="http:/ /www.cnn.com">CNN</a><a xmlns="http://www.w3.org/1999/xhtml" id="anchor2">Hello< /a><iframe xmlns="http://www.w3.org/1999/xhtml" id="iframe1" style="width: 200px ; height: 100px; background-color: rgb(204, 238, 238); "></iframe><form xmlns="h ttp://www.w3.org/1999/xhtml" id="form1" style="width: 200px; height: 150px; back ground-color: rgb(204, 238, 238); ">This is a form</form>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698