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

Side by Side Diff: LayoutTests/fast/regions/mathml-crash.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test for MathML crash</title> 3 <title>Test for MathML crash</title>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 <style> 5 <style>
6 #example-text { 6 #example-text {
7 -webkit-flow-into: example-text-flow; 7 -webkit-flow-into: example-text-flow;
8 padding: 0; 8 padding: 0;
9 margin: 0; 9 margin: 0;
10 } 10 }
(...skipping 22 matching lines...) Expand all
33 </div> 33 </div>
34 <div class="regions"></div> 34 <div class="regions"></div>
35 </div> 35 </div>
36 <script type="text/javascript"> 36 <script type="text/javascript">
37 if (window.testRunner) 37 if (window.testRunner)
38 testRunner.dumpAsText(); 38 testRunner.dumpAsText();
39 document.body.offsetTop; 39 document.body.offsetTop;
40 if (window.testRunner) 40 if (window.testRunner)
41 document.getElementById("example-text").style.display = "none"; 41 document.getElementById("example-text").style.display = "none";
42 </script> 42 </script>
43 <script src="../../fast/js/resources/js-test-post.js"></script>
44 </body> 43 </body>
45 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698