Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-hide-html-comments-expected.txt

Issue 2374983004: Revert "Avoid creating consecutive whitespace renderers." (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 Verifies show/hide HTML comments setting. 1 Verifies show/hide HTML comments setting.
2
2 HTML comments shown: 3 HTML comments shown:
3 <!-- comment 1 --> 4 <!-- comment 1 -->
4 - <html> 5 - <html>
5 + <head>…</head> 6 + <head>…</head>
6 <!-- comment 2 --> 7 <!-- comment 2 -->
7 - <body onload="runTest()"> 8 - <body onload="runTest()">
8 - <p> 9 - <p>
9 "\nVerifies show/hide HTML comments setting.\n" 10 "\nVerifies show/hide HTML comments setting.\n"
10 <span id="inspect"></span> 11 <span id="inspect"></span>
11 <!-- comment 3 --> 12 <!-- comment 3 -->
12 </p> 13 </p>
13 </body> 14 </body>
14 </html> 15 </html>
15 16
16 HTML comments hidden: 17 HTML comments hidden:
17 - <html> 18 - <html>
18 + <head>…</head> 19 + <head>…</head>
19 - <body onload="runTest()"> 20 - <body onload="runTest()">
20 + <p>…</p> 21 + <p>…</p>
21 </body> 22 </body>
22 </html> 23 </html>
23 24
OLDNEW

Powered by Google App Engine