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

Side by Side Diff: trunk/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple.html

Issue 14057012: Revert 148647 "Remove frame flattening support as Chromium has n..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 8 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
OLDNEW
1 <html> 1 <html>
2 <!-- 2 <!--
3 This test ensures the cross iframe traversal correctness of Spatial Navigati on 3 This test ensures the cross iframe traversal correctness of Spatial Navigati on
4 algorithm: focusable elements in an flattened <iframe> should be accessible. 4 algorithm: focusable elements in an flattened <iframe> should be accessible.
5 5
6 * Pre-conditions: 6 * Pre-conditions:
7 1) DRT support for Spatial Navigation enable/disable. 7 1) DRT support for Spatial Navigation enable/disable.
8 2) DRT support for Frame flattening enable/disable. 8 2) DRT support for Frame flattening enable/disable.
9 9
10 * Navigation steps: 10 * Navigation steps:
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <div style='margin-top:120px'> 65 <div style='margin-top:120px'>
66 <a id='2' href='a'>d</a> 66 <a id='2' href='a'>d</a>
67 </div> 67 </div>
68 </body> 68 </body>
69 "></iframe><br> 69 "></iframe><br>
70 70
71 <div><a id="end" href="a">e</a></div> 71 <div><a id="end" href="a">e</a></div>
72 <div id="console"></div> 72 <div id="console"></div>
73 </body> 73 </body>
74 </html> 74 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698