Skip to content

Commit dfd5125

Browse files
author
mkwst@chromium.org
committed
Remove support for the obsolete <isindex> tag.
This patch removes all special-casing for the <isindex> tag; it now behaves exactly like <foo> in all respects. This additionally means that we can remove the special-casing for forms containing <input name="isindex"> as their first element. The various tests for <isindex> have been deleted, with the exception of the imported HTML5Lib tests. It's not clear that we should send them patches to remove the <isindex> tests, at least not while the element is (an obsolete) part of HTML5, and supported by other vendors. I've just landed failing test results here. That seems like the right thing to do. "Intent to Remove" discussion: https://groups.google.com/a/chromium.org/d/msg/blink-dev/14q_I06gwg8/0a3JI0kjbC0J Review URL: https://codereview.chromium.org/96653004 git-svn-id: svn://svn.chromium.org/blink/trunk@168010 bbb929c8-8fbe-4397-9dbb-9b2b20218538
1 parent d9212fe commit dfd5125

52 files changed

Lines changed: 462 additions & 777 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

third_party/WebKit/LayoutTests/TestExpectations

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ crbug.com/344238 virtual/deferred/inspector/timeline/timeline-auto-record.html [
3636
crbug.com/346119 virtual/deferred/inspector/timeline/timeline-start-time.html [ Pass Failure ]
3737
crbug.com/346119 inspector/timeline/timeline-start-time.html [ Pass Failure ]
3838

39+
Bug(mkwst) fast/forms/text-style-color.html [ NeedsRebaseline ]
40+
3941
# -----------------------------------------------------------------
4042
# Plugin tests
4143
# -----------------------------------------------------------------

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement01-expected.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement01.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement01.js

Lines changed: 0 additions & 122 deletions
This file was deleted.

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement02-expected.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement02.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement02.js

Lines changed: 0 additions & 119 deletions
This file was deleted.

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement03-expected.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLIsIndexElement03.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)