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

Unified Diff: LayoutTests/dom/xhtml/level3/core/entitygetinputencoding03.xhtml

Issue 159513002: Remove Unused measure DocumentTypeEntities (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/dom/xhtml/level3/core/entitygetinputencoding03.xhtml
diff --git a/LayoutTests/dom/xhtml/level3/core/entitygetinputencoding03.xhtml b/LayoutTests/dom/xhtml/level3/core/entitygetinputencoding03.xhtml
deleted file mode 100644
index 8e64779786c523573f08054a4bbf3510af9230cc..0000000000000000000000000000000000000000
--- a/LayoutTests/dom/xhtml/level3/core/entitygetinputencoding03.xhtml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html [
-<!ENTITY ent1 SYSTEM 'external_foo.ent'>
-<!ENTITY ent2 SYSTEM 'external_foobr.ent'>
-<!ENTITY ent3 SYSTEM 'external_widget.ent'>
-<!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
-<!ELEMENT html (head, body)>
-<!ATTLIST html xmlns CDATA #IMPLIED>
-<!ELEMENT head (title,script*)>
-<!ELEMENT title (#PCDATA)>
-<!ELEMENT script (#PCDATA)>
-<!ATTLIST script
- src CDATA #IMPLIED
- type CDATA #IMPLIED
- charset CDATA #IMPLIED>
-<!ELEMENT body (p*)>
-<!ATTLIST body onload CDATA #IMPLIED>
-<!ELEMENT p (#PCDATA|br)*>
-<!ATTLIST p xml:base CDATA #IMPLIED
- xmlns CDATA #IMPLIED>
-<!ELEMENT br EMPTY>
-<!NOTATION notation1 PUBLIC "notation1File">
-]>
-<html xmlns='http://www.w3.org/1999/xhtml'>
-<head>
-<title>external entity encoding sample</title>
-<script type='text/javascript' src='selfxhtml.js'></script><script charset='UTF-8' type='text/javascript' src='entitygetinputencoding03.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></head>
-<body onload="loadComplete()">
-<p>bar&ent2;&ent1;</p>
-<p xml:base="http://www.example.com/bogus_base">bar&ent2;&ent1;</p>
-&ent3;
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698