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

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

Issue 2719993003: Collapse whitespace away when creating whitespace layout objects.
Patch Set: g cl web Created 3 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
OLDNEW
1 Verifies show/hide HTML comments setting. 1 Verifies show/hide HTML comments setting.
2
3 HTML comments shown: 2 HTML comments shown:
4 <!-- comment 1 --> 3 <!-- comment 1 -->
5 - <html> 4 - <html>
6 + <head>…</head> 5 + <head>…</head>
7 <!-- comment 2 --> 6 <!-- comment 2 -->
8 - <body onload="runTest()"> 7 - <body onload="runTest()">
9 - <p> 8 - <p>
10 "\nVerifies show/hide HTML comments setting.\n" 9 "\nVerifies show/hide HTML comments setting.\n"
11 <span id="inspect"></span> 10 <span id="inspect"></span>
12 <!-- comment 3 --> 11 <!-- comment 3 -->
13 </p> 12 </p>
14 </body> 13 </body>
15 </html> 14 </html>
16 15
17 HTML comments hidden: 16 HTML comments hidden:
18 - <html> 17 - <html>
19 + <head>…</head> 18 + <head>…</head>
20 - <body onload="runTest()"> 19 - <body onload="runTest()">
21 + <p>…</p> 20 + <p>…</p>
22 </body> 21 </body>
23 </html> 22 </html>
24 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698