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

Unified Diff: third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html

Issue 2624953002: Set width and height attributes for <img> if image is loaded from srcset (Closed)
Patch Set: Fix another typo Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
diff --git a/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html b/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
index c6adbad1189d3b249409122aba30c0f44fe9bf5e..7dfe41d339fdc409311a7b5b3dc1f214996432e9 100644
--- a/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
+++ b/third_party/WebKit/Source/web/tests/data/frameserialization/hidden_elements.html
@@ -8,7 +8,7 @@ h2 { visibility: hidden; }
<title>Test Hidden Elements</title>
<link rel="next" href="next.html">
</head>
-<body">
+<body>
<h1>Title</h1>
<h2>Subtitle</h2>
<p id="hidden_id" hidden>Invisible</p>

Powered by Google App Engine
This is Rietveld 408576698