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

Unified Diff: LayoutTests/fast/replaced/table-percent-height-text-controls.html

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 10 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: LayoutTests/fast/replaced/table-percent-height-text-controls.html
diff --git a/LayoutTests/fast/replaced/table-percent-height-text-controls.html b/LayoutTests/fast/replaced/table-percent-height-text-controls.html
index dcb64681a53da7f20d689c6ebf14ca0fe190ca94..ac485496ab4c201a91cef47133d535715f57ce1f 100644
--- a/LayoutTests/fast/replaced/table-percent-height-text-controls.html
+++ b/LayoutTests/fast/replaced/table-percent-height-text-controls.html
@@ -76,10 +76,6 @@ function test()
// Note: This behavior doesn't match to IE 8, Firefox 3.5 and Opera 10.
is75PercentOf("getFullHeight('input-text-75')", "getFullHeight('input-text-100')");
- shouldBe("getWidth('isindex-75')", "getWidth('isindex-100')");
- shouldBeTrue("getFullHeight('isindex-75') != '0px'");
- shouldBe("getFullHeight('isindex-75')", "getFullHeight('isindex-100')");
-
shouldBe("getWidth('textarea-75')", "getWidth('textarea-100')");
shouldBeTrue("getFullHeight('textarea-75') != '0px'");
// Note: This behavior doesn't match to IE 8, Firefox 3.5 and Opera 10.
@@ -101,9 +97,6 @@ function test()
<table><tr><td><input type="text" id="input-text-75" style="height: 75%;"></td></tr></table>
<table><tr><td><input type="text" id="input-text-100" style="height: 100%;"></td></tr></table>
-<table><tr><td><isindex id="isindex-75" style="height: 75%;"></td></tr></table>
-<table><tr><td><isindex id="isindex-100" style="height: 100%;"></td></tr></table>
-
<table><tr><td><textarea id="textarea-75" style="height: 75%;"></textarea></td></tr></table>
<table><tr><td><textarea id="textarea-100" style="height: 100%;"></textarea></td></tr></table>
« no previous file with comments | « LayoutTests/fast/parser/script-tests/fragment-parser.js ('k') | LayoutTests/html5lib/generated/run-isindex-data-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698