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

Side by Side Diff: LayoutTests/mathml/mfenced-root-layer.html

Issue 11569024: Merge 136554 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | LayoutTests/mathml/mfenced-root-layer-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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 5
6 var mfenced = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mfenced"); 6 var mfenced = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mfenced");
7 7
8 var docElt = document.documentElement; 8 var docElt = document.documentElement;
9 docElt.parentNode.removeChild(docElt); 9 docElt.parentNode.removeChild(docElt);
10 10
11 document.appendChild(mfenced); 11 document.appendChild(mfenced);
12 12
13 var e = document.createElement("div"); 13 var e = document.createElement("div");
14 e.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi?id=100764'>Bug 100764</a>: Heap-use-after-free in WebCore::RenderLayer::paintList [MathML]<br>T his test passes if it does not crash."; 14 e.innerHTML = "<a href='https://bugs.webkit.org/show_bug.cgi?id=100764'>Bug 100764</a>: Heap-use-after-free in WebCore::RenderLayer::paintList [MathML]<br>T his test passes if it does not crash.";
15 mfenced.appendChild(e); 15 mfenced.appendChild(e);
16 </script> 16 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/mathml/mfenced-root-layer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698