Skip to content

Commit

Permalink
mass removing L2 from title, just XMLHttpRequest is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallvord Reiar M. Steen committed May 24, 2013
1 parent 97f602e commit 99eeb10
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion XMLHttpRequest/abort-upload-event-loadend.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-abort()-method" data-tested-assertations="following-sibling::ol/li[4]/ol/li[7]/ol/li[4]" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The abort() method: Fire a progress event named loadend on the XMLHttpRequestUpload object</title>
<title>XMLHttpRequest: The abort() method: Fire a progress event named loadend on the XMLHttpRequestUpload object</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-data-blob.htm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[2]"/>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" data-tested-assertations="following::ol[1]/li[4] following::ol[1]/li[4]/dl[1]/dd[2]"/>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-status-attribute" data-tested-assertations="following::ol[1]/li[3]"/>
<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')]/.."/>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-no-response-event-loadend.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire a progress event named loadend (no response entity body)</title>
<title>XMLHttpRequest: The send() method: Fire a progress event named loadend (no response entity body)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-no-response-event-loadstart.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire a progress event named loadstart (no response entity body and the state is LOADING)</title>
<title>XMLHttpRequest: The send() method: Fire a progress event named loadstart (no response entity body and the state is LOADING)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-no-response-event-order.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: event order when there is no response entity body</title>
<title>XMLHttpRequest: The send() method: event order when there is no response entity body</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-event-load.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire an event named load (synchronous flag is unset)</title>
<title>XMLHttpRequest: The send() method: Fire an event named load (synchronous flag is unset)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-event-loadend.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire an event named loadend (synchronous flag is unset)</title>
<title>XMLHttpRequest: The send() method: Fire an event named loadend (synchronous flag is unset)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-event-loadstart.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire a progress event named loadstart (synchronous flag is unset)</title>
<title>XMLHttpRequest: The send() method: Fire a progress event named loadstart (synchronous flag is unset)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-event-order.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: event order when synchronous flag is unset</title>
<title>XMLHttpRequest: The send() method: event order when synchronous flag is unset</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-event-progress.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire a progress event named progress (synchronous flag is unset)</title>
<title>XMLHttpRequest: The send() method: Fire a progress event named progress (synchronous flag is unset)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-upload-event-loadend.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire a progress event named loadend on the XMLHttpRequestUpload (synchronous flag is unset)</title>
<title>XMLHttpRequest: The send() method: Fire a progress event named loadend on the XMLHttpRequestUpload (synchronous flag is unset)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-upload-event-loadstart.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire a progress event named loadstart on the XMLHttpRequestUpload (synchronous flag is unset)</title>
<title>XMLHttpRequest: The send() method: Fire a progress event named loadstart on the XMLHttpRequestUpload (synchronous flag is unset)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-response-upload-event-progress.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire a progress event named progress on the XMLHttpRequestUpload (synchronous flag is unset)</title>
<title>XMLHttpRequest: The send() method: Fire a progress event named progress on the XMLHttpRequestUpload (synchronous flag is unset)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-sync-no-response-event-load.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire an event named load (no response entity body and the synchronous flag is set)</title>
<title>XMLHttpRequest: The send() method: Fire an event named load (no response entity body and the synchronous flag is set)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-sync-no-response-event-loadend.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: Fire an event named loadend (no response entity body and the synchronous flag is set)</title>
<title>XMLHttpRequest: The send() method: Fire an event named loadend (no response entity body and the synchronous flag is set)</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-sync-no-response-event-order.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: event order when synchronous flag is set and there is no response entity body</title>
<title>XMLHttpRequest: The send() method: event order when synchronous flag is set and there is no response entity body</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-sync-response-event-order.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: event order when synchronous flag is set</title>
<title>XMLHttpRequest: The send() method: event order when synchronous flag is set</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-timeout-events.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="help" href="http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send()-method" />
<script src="/resources/testharness.js"></script>
<title>XMLHttpRequest L2: The send() method: timeout is not 0 </title>
<title>XMLHttpRequest: The send() method: timeout is not 0 </title>
</head>

<body>
Expand Down

0 comments on commit 99eeb10

Please sign in to comment.