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

Unified Diff: third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodegetbaseuri20.xhtml

Issue 2674833002: Move DOM conformance tests to dom/legacy_dom_conformance/, part 5/N. (Closed)
Patch Set: Created 3 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: third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodegetbaseuri20.xhtml
diff --git a/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodegetbaseuri20.xhtml b/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodegetbaseuri20.xhtml
deleted file mode 100644
index f942281349b7ce5a0591d8142555f976d3512aa2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/dom/xhtml/level3/core/nodegetbaseuri20.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='nodegetbaseuri20.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