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

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

Issue 58533003: Move fast/js/resources files to resources. (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 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
7 7
8 function runTest() { 8 function runTest() {
9 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.");
10 10
11 accessibilityController.accessibleElementById('dummy'); 11 accessibilityController.accessibleElementById('dummy');
12 12
13 debug('<br /><span class="pass">TEST COMPLETE</span>'); 13 debug('<br /><span class="pass">TEST COMPLETE</span>');
(...skipping 12 matching lines...) Expand all
26 26
27 <li><span>x<ul><li>y</ul></span>z</li> 27 <li><span>x<ul><li>y</ul></span>z</li>
28 28
29 End of test. 29 End of test.
30 30
31 <p id="description"></p> 31 <p id="description"></p>
32 <div id="console"></div> 32 <div id="console"></div>
33 33
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698