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

Unified Diff: LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt

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
« no previous file with comments | « LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html.html ('k') | LayoutTests/fast/dom/isindex-001.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt b/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
index edc5cd441ac5ae53497bc97d19a9a6af420d2145..ff4458daef17c09c36541af215101999cbf65a5c 100644
--- a/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
+++ b/LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html-expected.txt
@@ -25,8 +25,6 @@ PASS document.createElement('img').innerText = 'Throw!'; threw exception NoModif
PASS document.createElement('img').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'img' element does not support text insertion..
PASS document.createElement('input').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'input' element does not support text insertion..
PASS document.createElement('input').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'input' element does not support text insertion..
-PASS document.createElement('isindex').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'isindex' element does not support text insertion..
-PASS document.createElement('isindex').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'isindex' element does not support text insertion..
PASS document.createElement('link').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'link' element does not support text insertion..
PASS document.createElement('link').outerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The 'link' element does not support text insertion..
PASS document.createElement('meta').innerText = 'Throw!'; threw exception NoModificationAllowedError: Failed to set the 'innerText' property on 'HTMLElement': The 'meta' element does not support text insertion..
« no previous file with comments | « LayoutTests/fast/dom/HTMLElement/ie-forbids-insert-html.html ('k') | LayoutTests/fast/dom/isindex-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698