File: html_expected_diff

package info (click to toggle)
diffoscope 297
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,304 kB
  • sloc: python: 17,166; sh: 114; makefile: 97; xml: 36; javascript: 2
file content (22 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@@ -1,17 +1,17 @@
 <html>
 <head>
-<title>foo</title>
+<title>bar</title>
 <style>
 <!--
 BODY {
-BACKGROUND: #000000;
-COLOR: #FFFFFF;
+BACKGROUND: #FFFFFF;
+COLOR: #000000;
 -->
 </style>
 </head>
 <body>
 <p>
-foo
+bar
 </p>
 </body>
 </html>