Skip to content

Commit

Permalink
added XPath refs and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallvord Reiar M. Steen committed May 23, 2013
1 parent b65bc5a commit 25b4abf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions XMLHttpRequest/response-data-arraybuffer.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="Help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]" />
<link rel="Help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#arraybuffer-response-entity-body')]/.." />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest: The response attribute: ArrayBuffer data</title>
Expand Down
7 changes: 4 additions & 3 deletions XMLHttpRequest/response-data-blob.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<html>
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" />
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsetype-attribute" data-tested-assertations="following::ol[1]/li[4]"/>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-response-attribute" data-tested-assertations="following::a[contains(@href,'#blob-response-entity-body')]/.." />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The response attribute: Blob data</title>
<title>XMLHttpRequest: The response attribute: Blob data</title>
</head>

<body>
Expand Down Expand Up @@ -43,7 +44,7 @@
}
}

xhr.open("GET", "./support/echo.php?content=" + content, true);
xhr.open("GET", "./resources/content.php?content=" + content, true);
xhr.responseType = "blob";
xhr.send();
});
Expand Down

0 comments on commit 25b4abf

Please sign in to comment.