* fast/forms/plaintext-mode-1-expected.txt:
* fast/forms/plaintext-mode-1.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15780
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-08-03 Justin Garcia <justin.garcia@apple.com>
+
+ Reviewed by darin
+
+ * fast/forms/plaintext-mode-1-expected.txt:
+ * fast/forms/plaintext-mode-1.html:
+
2006-08-02 Justin Garcia <justin.garcia@apple.com>
Reviewed by mjs
EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > DIV to 0 of #text > DIV toDOMRange:range from 0 of #text > DIV to 5 of #text > DIV affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-Success: document.queryCommandEnabled("BackColor") == true
+Success: document.queryCommandEnabled("BackColor") == false
Success: document.queryCommandEnabled("Bold") == false
Success: document.queryCommandEnabled("Copy") == true
Success: document.queryCommandEnabled("CreateLink") == false
e.focus();
e.setSelectionRange(0, 5);
-assert("document.queryCommandEnabled", "BackColor", true);
+assert("document.queryCommandEnabled", "BackColor", false);
assert("document.queryCommandEnabled", "Bold", false);
assert("document.queryCommandEnabled", "Copy", true);
assert("document.queryCommandEnabled", "CreateLink", false);