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

Side by Side Diff: Tools/TestWebKitAPI/Tests/mac/verboseMarkup.html

Issue 13602008: Remove non-chromium code from TestWebKitAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
OLDNEW
(Empty)
1 <html>
2 <body contenteditable="true">
3 <div>Hello</div>
4 <div id="test1"><b><i>Hello</i></b></div>
5 <div><b><i><span style="font-weight: normal"><b><i>Hello</i></b></span>< /i></b></div>
6 <div><div><div>Hello</div></div></div>
7 <div><b><div><i>Hello</i></div></b></div>
8 <div><div style="text-align: center;"><b>Hello</b></div></div>
9 <div id="test2"><b><i><span style="font-weight: normal"><b><i>hello</i>< /b></span></i></b></div><div><b><i><span style="font-weight: normal"><b><i>world </i></b></span></i></b></div>
10 <div><b><i><span style="font-weight: normal;"><b><i>hello1</i></b><b><i> hello2</i></b></span></i></b></div>
11 <div><i style="margin: 10px;"><b><i style="margin: 10px;">hello</i></b>< /i></div>
12 <div><b><i><span style="font-weight: normal"><b><i>Hello <!-- comment -- >world</i></b></span></i></b></div>
13 <div><b><i><span style="font-weight: normal">plain text<b><i>bold italic text</i></b></span></i></b></div>
14 <iframe id="test3" src="data:text/html,
15 <div>This is another document.</div>
16 ">
17 </iframe>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « Tools/TestWebKitAPI/Tests/mac/devicePixelRatio.html ('k') | Tools/TestWebKitAPI/efl/InjectedBundleController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698