Skip to content

Commit 0495cad

Browse files
committed
another test
1 parent 862483d commit 0495cad

5 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<img src='example.jpg' onclick='javascript:if(this.width>100) this.width=100;' />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(HTML
2+
(head
3+
)head
4+
(BODY
5+
(img
6+
Aonclick javascript:if(this.width>100) this.width=100;
7+
Asrc example.jpg
8+
)img
9+
)BODY
10+
)HTML
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(img
2+
Aonclick javascript:if(this.width>100) this.width=100;
3+
Asrc example.jpg
4+
)img
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<HTML><head></head><BODY><img src="example.jpg" onclick="javascript:if(this.width>100) this.width=100;" /></BODY></HTML>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
startDocument [(1,1,0) (1,1,0) false]
2+
startElement (localpart="HTML",rawname="HTML",uri="http://www.w3.org/1999/xhtml") [(-1,-1,-1) (-1,-1,-1) true]
3+
startElement (localpart="head",rawname="head",uri="http://www.w3.org/1999/xhtml") [(-1,-1,-1) (-1,-1,-1) true]
4+
endElement (localpart="head",rawname="head",uri="http://www.w3.org/1999/xhtml") [(-1,-1,-1) (-1,-1,-1) true]
5+
startElement (localpart="BODY",rawname="BODY",uri="http://www.w3.org/1999/xhtml") [(-1,-1,-1) (-1,-1,-1) true]
6+
emptyElement (localpart="img",rawname="img") [(1,1,0) (1,82,81) false]
7+
characters '
8+
'[(1,82,81) (2,1,82) false]
9+
endElement (localpart="BODY",rawname="BODY",uri="http://www.w3.org/1999/xhtml") [(-1,-1,-1) (-1,-1,-1) true]
10+
endElement (localpart="HTML",rawname="HTML",uri="http://www.w3.org/1999/xhtml") [(-1,-1,-1) (-1,-1,-1) true]
11+
endDocument [(2,1,82) (2,1,82) false]

0 commit comments

Comments
 (0)