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

Side by Side Diff: ManualTests/autocorrection/autocorrection-in-iframe.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <title>Test autocorreciton UI positioning in iframe</title> 4 <title>Test autocorreciton UI positioning in iframe</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p>This test verifies that autocorrection UI is positioned correctly when the co rrected word is in an iframe.</p> 7 <p>This test verifies that autocorrection UI is positioned correctly when the co rrected word is in an iframe.</p>
8 <p>After typing "the manag", you should see the autocorrection UI is shown below the bounding box of the corrected word "manag".</p> 8 <p>After typing "the manag", you should see the autocorrection UI is shown below the bounding box of the corrected word "manag".</p>
9 <br> 9 <br>
10 <br> 10 <br>
11 <br> 11 <br>
12 <div style="-webkit-transform: translate(100px, 100px) rotate(20deg)"> 12 <div style="transform: translate(100px, 100px) rotate(20deg)">
13 <iframe src="document-for-iframe-test.html"></iframe> 13 <iframe src="document-for-iframe-test.html"></iframe>
14 </div> 14 </div>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « ManualTests/animation/transitions-and-paused-animations.html ('k') | ManualTests/canvas-mask-redraw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698