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

Side by Side Diff: LayoutTests/fast/loader/file-protocol-fragment.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 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.dumpResourceLoadCallbacks();
7 if (testRunner.setSerializeHTTPLoads)
8 testRunner.setSerializeHTTPLoads();
9 } else {
10 document.write ('This test must be run through DumpRenderTree.')
11 }
12 </script>
13 <link rel=stylesheet href="resources/stylesheet.css#a">
14 <link rel=stylesheet href="resources/stylesheet.css#b">
15 <body>
16 This tests that file: URL are loaded separately even if they differ by the fragm ent only.
17 </div>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698