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

Side by Side Diff: LayoutTests/mhtml/resources/style.css

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
« no previous file with comments | « LayoutTests/mhtml/resources/frame_4.html ('k') | LayoutTests/mhtml/shared_buffer_bug.mht » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 From: <Saved by WebKit>
2 Subject:
3 Date: Sat, 12 Oct 2012 10:15:17 -0700
4 MIME-Version: 1.0
5 Content-Type: multipart/related;
6 type="text/html";
7 boundary="----=_NextPart_000_7387_D22A981E.ADD1887E"
8
9 ------=_NextPart_000_7387_D22A981E.ADD1887E
10 Content-Type: text/html
11 Content-Transfer-Encoding: quoted-printable
12 Content-Location: http://localhost/sharred_buffer_bug.html
13
14 <html><head><meta charset=3D"ISO-8859-1">
15 <link rel=3D"stylesheet" type=3D"text/css" href=3D"http://localhost/resourc=
16 es/style.css">
17 <script>
18 if (window.testRunner) {
19 testRunner.dumpAsText();
20 }
21 </script>
22
23 </head>
24
25 <body>
26 This is a test for a bug in SharedBuffer.
27 <h1>This text should not be shown</h1>
28
29
30
31 </body></html>
32 ------=_NextPart_000_7387_D22A981E.ADD1887E
33 Content-Type: text/css
34 Content-Transfer-Encoding: quoted-printable
35 Content-Location: http://localhost/resources/style.css
36
37 /* 1 /*
38 The point is to reach a size of n * 4096 bytes (with n > 1) 2 The point is to reach a size of n * 4096 bytes (with n > 1)
39 followed by a blank line to trigger a bug in SharredBuffer. 3 followed by a blank line to trigger a bug in SharredBuffer.
40 4
41 Let's go: 5 Let's go:
42 012345678901234567890123456789012345678901234567890123456789 6 012345678901234567890123456789012345678901234567890123456789
43 012345678901234567890123456789012345678901234567890123456789 7 012345678901234567890123456789012345678901234567890123456789
44 012345678901234567890123456789012345678901234567890123456789 8 012345678901234567890123456789012345678901234567890123456789
45 012345678901234567890123456789012345678901234567890123456789 9 012345678901234567890123456789012345678901234567890123456789
46 012345678901234567890123456789012345678901234567890123456789 10 012345678901234567890123456789012345678901234567890123456789
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 012345678901234567890123456789012345678901234567890123456789 129 012345678901234567890123456789012345678901234567890123456789
166 012345678901234567890123456789012345678901234567890123456789 130 012345678901234567890123456789012345678901234567890123456789
167 012345678901234567890123456789012345678901234567890123456789 131 012345678901234567890123456789012345678901234567890123456789
168 012345678901234567890123456789012345678901234567890123456789 132 012345678901234567890123456789012345678901234567890123456789
169 012345678901234567890123456789012345678901234567890123456789 133 012345678901234567890123456789012345678901234567890123456789
170 012345678901234567890123456789012345678901234567890123456789 134 012345678901234567890123456789012345678901234567890123456789
171 */ 135 */
172 136
173 137
174 h1 { visibility: hidden; } 138 h1 { visibility: hidden; }
175
176 ------=_NextPart_000_7387_D22A981E.ADD1887E--
OLDNEW
« no previous file with comments | « LayoutTests/mhtml/resources/frame_4.html ('k') | LayoutTests/mhtml/shared_buffer_bug.mht » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698