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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-html-fragments/outerHTML-expected.txt

Issue 1746293002: Adding Deprecation Message for <keygen> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Undoing change. Created 4 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 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
1 This is a testharness.js-based test. 2 This is a testharness.js-based test.
2 PASS HTML Test: element.outerHTML to verify HTML fragment serialization algorith m 3 PASS HTML Test: element.outerHTML to verify HTML fragment serialization algorith m
3 PASS Node for a 4 PASS Node for a
4 PASS Node for abbr 5 PASS Node for abbr
5 PASS Node for address 6 PASS Node for address
6 PASS Node for article 7 PASS Node for article
7 PASS Node for aside 8 PASS Node for aside
8 PASS Node for audio 9 PASS Node for audio
9 PASS Node for b 10 PASS Node for b
10 PASS Node for bdi 11 PASS Node for bdi
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 PASS Node for input 106 PASS Node for input
106 FAIL Node for keygen assert_equals: keygen node created. expected "<keygen>" but got "<keygen></keygen>" 107 FAIL Node for keygen assert_equals: keygen node created. expected "<keygen>" but got "<keygen></keygen>"
107 PASS Node for link 108 PASS Node for link
108 PASS Node for meta 109 PASS Node for meta
109 PASS Node for param 110 PASS Node for param
110 PASS Node for source 111 PASS Node for source
111 FAIL Node for track assert_equals: track node created. expected "<track>" but go t "<track></track>" 112 FAIL Node for track assert_equals: track node created. expected "<track>" but go t "<track></track>"
112 PASS Node for wbr 113 PASS Node for wbr
113 Harness: the test ran to completion. 114 Harness: the test ran to completion.
114 115
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698