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

Side by Side Diff: LayoutTests/svg/custom/use-invalid-html.xhtml

Issue 3007044: Merge 63865 - 2010-07-21 Justin Schuh <jschuh@chromium.org>... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/WebKit/375/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-invalid-html-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>This test passes if a malformed html document triggers an error, not crash .
2 <svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink"
4 onload="restyle()">
5 <script>
6 if (window.layoutTestController)
7 layoutTestController.dumpAsText();
8 function restyle() {
9 document.getElementById("b").style.position = "absolute";
10 }
11 </script>
12 <defs>
13 <g id="a" />
14 </defs>
15 <g id="b">
16 <use xlink:href="#a" />
17 </g>
18 </svg>
19 <!-- no closing html tag --->
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/use-invalid-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698