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

Side by Side Diff: LayoutTests/fast/text/international/multiline-and-object-inside-isolate-crash.html

Issue 9071024: Merge 102875 - Crash due to incorrect parsing of isolates (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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 unified diff | Download patch
OLDNEW
1 <pre> 1 <pre>
2 <bdi> 2 <bdi>
3 PASS if this text displays only once, and no exception or crash 3 PASS if this text displays only once, and no exception or crash
4 <object></object> 4 <object></object>
5 <div></div> 5 <div></div>
6 </bdi> 6 </bdi>
7 </pre> 7 </pre>
8 8
9 <script> 9 <script>
10 if (window.layoutTestController) 10 if (window.layoutTestController)
11 layoutTestController.dumpAsText(); 11 layoutTestController.dumpAsText();
12 </script> 12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698