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

Unified Diff: Source/core/html/HTMLSelectElementTest.cpp

Issue 1145773003: Remove the Document.charset setter (making it readonly) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix webexposed tests Created 5 years, 7 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 | « Source/core/html/HTMLFormControlElementTest.cpp ('k') | Source/core/html/parser/TextResourceDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSelectElementTest.cpp
diff --git a/Source/core/html/HTMLSelectElementTest.cpp b/Source/core/html/HTMLSelectElementTest.cpp
index 6ea3101013ad96cfdce290a405ad6490cb020081..b39245dc57f8dd8c8db1ea0ed785ef6ae3580ec9 100644
--- a/Source/core/html/HTMLSelectElementTest.cpp
+++ b/Source/core/html/HTMLSelectElementTest.cpp
@@ -32,7 +32,6 @@ void HTMLSelectElementTest::SetUp()
m_document = toHTMLDocument(&m_dummyPageHolder->document());
m_document->setMimeType("text/html");
- m_document->setCharset("utf-8");
}
TEST_F(HTMLSelectElementTest, SaveRestoreSelectSingleFormControlState)
« no previous file with comments | « Source/core/html/HTMLFormControlElementTest.cpp ('k') | Source/core/html/parser/TextResourceDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698