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

Side by Side Diff: third_party/WebKit/ManualTests/goBack-blank-tab-page.html

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 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
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 <a href="resources/before-go-back.html" target="_blank"> 3 <a href="resources/before-go-back.html" target="_blank">
4 Link to open in a tab</a> 4 Link to open in a tab</a>
5 <br> 5 <br>
6 <br> 6 <br>
7 <u>Manual test :</u> 7 <u>Manual test :</u>
8 <br> 8 <br>
9 You need to open the above link in a new tab. In the opened page, just click on the link : if the webkit doesn't crash, the test has succeed. 9 You need to open the above link in a new tab. In the opened page, just click on the link : if the webkit doesn't crash, the test has succeed.
10 <br> 10 <br>
11 <u>Details :</u> 11 <u>Details :</u>
12 <br> 12 <br>
13 This test checks if you can go back to a _blank-target previously tab-opened pag e. 13 This test checks if you can go back to a _blank-target previously tab-opened pag e.
14 <br> 14 <br>
15 If the webkit doesn't meet an assertion error : this test is Successfull. 15 If the webkit doesn't meet an assertion error : this test is Successful.
16 <br> 16 <br>
17 When you click on the above link, one page (with _blank target) is loaded and th is page will open a link and go back. 17 When you click on the above link, one page (with _blank target) is loaded and th is page will open a link and go back.
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698