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

Unified Diff: LayoutTests/mathml/mo-stretch-crash.html

Issue 11847002: Merge 138974 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/mathml/mo-stretch-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/mathml/mo-stretch-crash.html
===================================================================
--- LayoutTests/mathml/mo-stretch-crash.html (revision 139389)
+++ LayoutTests/mathml/mo-stretch-crash.html (working copy)
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<q id=quote></q>
-<dd id=dd>
-<body id=body>
- <style>
- dd, q, mfenced, div {
- width: 7px;
- overflow-y: auto;
- padding-left: 100%;
- }
- </style>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- body.contentEditable = "true";
- function crash() {
- mfenced = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mfenced");
- div = document.createElement("div");
- mfenced.appendChild(div);
- dd.appendChild(mfenced);
- body.style.display = "-webkit-flex";
- div.appendChild(quote);
- }
- window.addEventListener("load", crash, false);
- </script>
-
-This test passes if it does not crash.
-</body>
-</dd>
« no previous file with comments | « no previous file | LayoutTests/mathml/mo-stretch-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698