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

Side by Side Diff: LayoutTests/webarchive/test-xml-stylesheet.xml

Issue 14046041: Remove webarchive tests. (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 <?xml-stylesheet href="resources/test-xml-stylesheet.css" type="text/css"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <script>
4 if (window.testRunner)
5 testRunner.dumpDOMAsWebArchive();
6 </script>
7 <style>
8 div { background: red; width: 100px; height: 100px; }
9 </style>
10 <div id="test">
11 </div>
12 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webarchive/test-td-background-expected.webarchive ('k') | LayoutTests/webarchive/test-xml-stylesheet-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698