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

Side by Side Diff: LayoutTests/accessibility/css-generated-content.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 <script src="../fast/js/resources/js-test-pre.js"></script> 1 <script src="../fast/js/resources/js-test-pre.js"></script>
2 2
3 <style> 3 <style>
4 #paragraph { 4 #paragraph {
5 width: 10em; 5 width: 10em;
6 } 6 }
7 #paragraph:before { 7 #paragraph:before {
8 content: ' One two three\A four five '; 8 content: ' One two three\A four five ';
9 } 9 }
10 #paragraph:after { 10 #paragraph:after {
(...skipping 21 matching lines...) Expand all
32 var axInlineTextBox = axStaticText.childAtIndex(j); 32 var axInlineTextBox = axStaticText.childAtIndex(j);
33 var inlineText = axInlineTextBox.stringValue.substr(9); 33 var inlineText = axInlineTextBox.stringValue.substr(9);
34 concatenatedInlineText += inlineText; 34 concatenatedInlineText += inlineText;
35 } 35 }
36 36
37 shouldBe('text', 'concatenatedInlineText'); 37 shouldBe('text', 'concatenatedInlineText');
38 } 38 }
39 } 39 }
40 </script> 40 </script>
41 41
42 <script src="../fast/js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/crashing-a-tag-in-map.html ('k') | LayoutTests/accessibility/disabled-controls-not-focusable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698