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

Unified Diff: LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml

Issue 1167033002: Remove layout tests that run execCommand on non-HTML documents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix doctype Created 5 years, 6 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 | « no previous file | LayoutTests/editing/execCommand/insert-list-xml.xhtml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml
diff --git a/LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml b/LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml
index 22eb97c5e25997e8e449f0ab5febf32a7378ed80..3af0bca5c5ab79884c7638a0f381bdf50b465b07 100644
--- a/LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml
+++ b/LayoutTests/editing/execCommand/editing-nontext-node-crash.xhtml
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>//<![CDATA[
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/insert-list-xml.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698