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

Side by Side Diff: LayoutTests/dom/xhtml/level3/core/nodegettextcontent08.xhtml

Issue 158593003: Remove Unused measure DocumentCreateAttributeNS (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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html [
2 <!ENTITY ent1 'foo'>
3 <!ENTITY ent2 'foo<br/>'>
4 <!ELEMENT html (head, body)>
5 <!ATTLIST html xmlns CDATA #IMPLIED>
6 <!ELEMENT head (title,script*)>
7 <!ELEMENT script (#PCDATA)>
8 <!ATTLIST script
9 src CDATA #IMPLIED
10 type CDATA #IMPLIED
11 charset CDATA #IMPLIED>
12 <!ELEMENT title (#PCDATA)>
13 <!ELEMENT body (p)>
14 <!ATTLIST body onload CDATA #IMPLIED>
15 <!ELEMENT p (#PCDATA|br)*>
16 <!ELEMENT br EMPTY>
17 ]>
18 <html xmlns='http://www.w3.org/1999/xhtml'>
19 <head>
20 <title>replaceWholeText sample</title>
21 <script type='text/javascript' src='selfxhtml.js'></script><script charset='UTF- 8' type='text/javascript' src='nodegettextcontent08.js'></script><script type='t ext/javascript'>function loadComplete() { startTest(); }</script></head>
22 <body onload="loadComplete()">
23 <p>bar</p>
24 </body>
25 </html>
OLDNEW
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/nodegettextcontent08.js ('k') | LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698