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

Side by Side Diff: LayoutTests/fullscreen/parent-flow-inline-with-block-child.html

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/text/zero-font-size-2.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 body { 2 body {
3 font-family: ahem; 3 font-family: Ahem;
4 -webkit-font-smoothing: none; 4 -webkit-font-smoothing: none;
5 } 5 }
6 </style> 6 </style>
7 7
8 <div> 8 <div>
9 <span>1</span> 9 <span>1</span>
10 <span id='c2'>2</span> 10 <span id='c2'>2</span>
11 </div> 11 </div>
12 12
13 <script> 13 <script>
(...skipping 26 matching lines...) Expand all
40 40
41 callback = spanEnteredFullScreen; 41 callback = spanEnteredFullScreen;
42 42
43 document.addEventListener('keydown', function () { 43 document.addEventListener('keydown', function () {
44 span.webkitRequestFullScreen(); 44 span.webkitRequestFullScreen();
45 }); 45 });
46 if (window.eventSender) 46 if (window.eventSender)
47 eventSender.keyDown('a'); 47 eventSender.keyDown('a');
48 } 48 }
49 </script> 49 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/zero-font-size-2.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698