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

Side by Side Diff: LayoutTests/accessibility/anonymous-render-block-in-continuation-causes-crash.html

Issue 49063011: Delete js-test-style.css. js-test-pre.js injects the CSS it needs now. (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
« no previous file with comments | « no previous file | LayoutTests/accessibility/duplicate-axrenderobject-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
4 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../fast/js/resources/js-test-pre.js"></script>
5 <script> 4 <script>
6 if (window.testRunner) 5 if (window.testRunner)
7 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
8 7
9 function runTest() { 8 function runTest() {
10 description("This tests that having an anonymous render block in a conti nuation doesn't cause a crash when walking the accessibility tree."); 9 description("This tests that having an anonymous render block in a conti nuation doesn't cause a crash when walking the accessibility tree.");
11 10
12 accessibilityController.accessibleElementById('dummy'); 11 accessibilityController.accessibleElementById('dummy');
13 12
(...skipping 13 matching lines...) Expand all
27 26
28 <li><span>x<ul><li>y</ul></span>z</li> 27 <li><span>x<ul><li>y</ul></span>z</li>
29 28
30 End of test. 29 End of test.
31 30
32 <p id="description"></p> 31 <p id="description"></p>
33 <div id="console"></div> 32 <div id="console"></div>
34 33
35 </body> 34 </body>
36 </html> 35 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/accessibility/duplicate-axrenderobject-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698