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

Side by Side Diff: LayoutTests/mhtml/shared_buffer_bug.mht

Issue 161383002: Disabling JavaScript in MHTML and limiting MHTML loading to top frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced Created 6 years, 9 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 From: <Saved by WebKit> 1 From: <Saved by WebKit>
2 Subject: 2 Subject:
3 Date: Sat, 12 Oct 2012 10:15:17 -0700 3 Date: Sat, 12 Oct 2012 10:15:17 -0700
4 MIME-Version: 1.0 4 MIME-Version: 1.0
5 Content-Type: multipart/related; 5 Content-Type: multipart/related;
6 type="text/html"; 6 type="text/html";
7 boundary="----=_NextPart_000_7387_D22A981E.ADD1887E" 7 boundary="----=_NextPart_000_7387_D22A981E.ADD1887E"
8 8
9 ------=_NextPart_000_7387_D22A981E.ADD1887E 9 ------=_NextPart_000_7387_D22A981E.ADD1887E
10 Content-Type: text/html 10 Content-Type: text/html
11 Content-Transfer-Encoding: quoted-printable 11 Content-Transfer-Encoding: quoted-printable
12 Content-Location: http://localhost/sharred_buffer_bug.html 12 Content-Location: http://localhost/sharred_buffer_bug.html
13 13
14 <html><head><meta charset=3D"ISO-8859-1"> 14 <html><head><meta charset=3D"ISO-8859-1">
15 <link rel=3D"stylesheet" type=3D"text/css" href=3D"http://localhost/resourc= 15 <link rel=3D"stylesheet" type=3D"text/css" href=3D"http://localhost/resourc=
16 es/style.css"> 16 es/style.css">
17 <script>
18 if (window.testRunner) {
19 testRunner.dumpAsText();
20 }
21 </script>
22 17
23 </head> 18 </head>
24 19
25 <body> 20 <body>
26 This is a test for a bug in SharedBuffer. 21 This is a test for a bug in SharedBuffer.
27 <h1>This text should not be shown</h1> 22 <h1>This text should not be shown</h1>
28 23
29 24
30 25
31 </body></html> 26 </body></html>
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 012345678901234567890123456789012345678901234567890123456789 162 012345678901234567890123456789012345678901234567890123456789
168 012345678901234567890123456789012345678901234567890123456789 163 012345678901234567890123456789012345678901234567890123456789
169 012345678901234567890123456789012345678901234567890123456789 164 012345678901234567890123456789012345678901234567890123456789
170 012345678901234567890123456789012345678901234567890123456789 165 012345678901234567890123456789012345678901234567890123456789
171 */ 166 */
172 167
173 168
174 h1 { visibility: hidden; } 169 h1 { visibility: hidden; }
175 170
176 ------=_NextPart_000_7387_D22A981E.ADD1887E-- 171 ------=_NextPart_000_7387_D22A981E.ADD1887E--
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/resources/style.css ('k') | LayoutTests/mhtml/shared_buffer_bug-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698