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

Side by Side Diff: LayoutTests/http/tests/misc/webtiming-origins.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well 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
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpChildFramesAsText();
7 }
8 </script>
9 </head>
10 <body>
11 <iframe width="640" height="480" src="resources/webtiming-no-origin.html"></ifra me>
12 <iframe width="640" height="480" src="resources/webtiming-cross-origin-redirect. php"></iframe>
13 <iframe width="640" height="480" src="resources/webtiming-cross-origin-and-back1 .html"></iframe>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698