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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dynamic/insertAdjacentHTML-allowed-parents-expected.txt

Issue 2266283002: Updating deprecation message for <keygen>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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: line 14: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/57160609 92962560 for more details. 1 CONSOLE WARNING: line 14: The <keygen> element is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/57160609 92962560 for more details.
2 PASS: insertAdjacentHTML did not throw an exception when using the a tag. 2 PASS: insertAdjacentHTML did not throw an exception when using the a tag.
3 PASS: insertAdjacentHTML did not throw an exception when using the abbr tag. 3 PASS: insertAdjacentHTML did not throw an exception when using the abbr tag.
4 PASS: insertAdjacentHTML did not throw an exception when using the acronym tag. 4 PASS: insertAdjacentHTML did not throw an exception when using the acronym tag.
5 PASS: insertAdjacentHTML did not throw an exception when using the address tag. 5 PASS: insertAdjacentHTML did not throw an exception when using the address tag.
6 PASS: insertAdjacentHTML did not throw an exception when using the applet tag. 6 PASS: insertAdjacentHTML did not throw an exception when using the applet tag.
7 PASS: insertAdjacentHTML did not throw an exception when using the area tag. 7 PASS: insertAdjacentHTML did not throw an exception when using the area tag.
8 PASS: insertAdjacentHTML did not throw an exception when using the audio tag. 8 PASS: insertAdjacentHTML did not throw an exception when using the audio tag.
9 PASS: insertAdjacentHTML did not throw an exception when using the b tag. 9 PASS: insertAdjacentHTML did not throw an exception when using the b tag.
10 PASS: insertAdjacentHTML did not throw an exception when using the base tag. 10 PASS: insertAdjacentHTML did not throw an exception when using the base tag.
11 PASS: insertAdjacentHTML did not throw an exception when using the basefont tag. 11 PASS: insertAdjacentHTML did not throw an exception when using the basefont tag.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 PASS: insertAdjacentHTML did not throw an exception when using the tr tag. 101 PASS: insertAdjacentHTML did not throw an exception when using the tr tag.
102 PASS: insertAdjacentHTML did not throw an exception when using the tt tag. 102 PASS: insertAdjacentHTML did not throw an exception when using the tt tag.
103 PASS: insertAdjacentHTML did not throw an exception when using the u tag. 103 PASS: insertAdjacentHTML did not throw an exception when using the u tag.
104 PASS: insertAdjacentHTML did not throw an exception when using the ul tag. 104 PASS: insertAdjacentHTML did not throw an exception when using the ul tag.
105 PASS: insertAdjacentHTML did not throw an exception when using the var tag. 105 PASS: insertAdjacentHTML did not throw an exception when using the var tag.
106 PASS: insertAdjacentHTML did not throw an exception when using the video tag. 106 PASS: insertAdjacentHTML did not throw an exception when using the video tag.
107 PASS: insertAdjacentHTML did not throw an exception when using the wbr tag. 107 PASS: insertAdjacentHTML did not throw an exception when using the wbr tag.
108 PASS: insertAdjacentHTML did not throw an exception when using the xmp tag. 108 PASS: insertAdjacentHTML did not throw an exception when using the xmp tag.
109 PASS: insertAdjacentHTML did not throw an exception when using the unknown tag. 109 PASS: insertAdjacentHTML did not throw an exception when using the unknown tag.
110 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698