Commit 9431619c authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Clipboard Tests: Update DOCTYPE to lowercase.

Change-Id: Ie8c2972e5b349395c997169c30dc3698f2d55116
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065354
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742967}
parent 67bda0e6
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>Async Clipboard input type validation tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title> Async Clipboard raw write -> Async Clipboard raw read tests </title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard read on detaching iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard write on detaching iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard read and write on detached iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard readText and writeText on detached iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>navigator.clipboard.readText() fails when permission denied</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>navigator.clipboard.readText() succeeds when permission granted</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>navigator.clipboard.writeText() fails when permission denied</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>navigator.clipboard.writeText() succeeds when permission granted</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write ([text/plain ClipboardItem]) ->
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write ([text/plain ClipboardItem]) -> readText tests
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard writeText -> read ([text/plain ClipboardItem]) tests
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>Async Clipboard writeText -> readText tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<html>
<body>
<canvas style="position:absolute; top:40px; left:40px" width="200" height="200"></canvas>
......
<!DOCTYPE html>
<!doctype html>
<html>
<body>
<canvas style="position:absolute; top:40px; left:40px" width="200" height="200"></canvas>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>Clipboard IDL test</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>Async Clipboard input type validation tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title> Async Clipboard raw write -> Async Clipboard raw read tests </title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write blobs -> read blobs tests
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write [image/png ClipboardItem] ->
......
<!DOCTYPE html>
<!doctype html>
<title>synthetic clipboard events should not be composed</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#clipboard-event-copy">
<link rel="help" href="https://w3c.github.io/clipboard-apis/#clipboard-event-cut">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>ClipboardItem tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>Clipboard API on detached iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard read on detaching iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard write on detaching iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard read and write on detached iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<meta charset=utf-8>
<title>navigator.clipboard readText and writeText on detached iframe</title>
<link rel='help' href='https://w3c.github.io/clipboard-apis/#async-clipboard-api'>
......
<!DOCTYPE html>
<!doctype html>
<title>The copy event</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#clipboard-event-copy">
<script src="/resources/testharness.js"></script>
......
<!DOCTYPE html>
<!doctype html>
<title>The cut event</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#clipboard-event-cut">
<script src="/resources/testharness.js"></script>
......
<!DOCTYPE html>
<!doctype html>
<title>The paste event</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#clipboard-event-paste">
<script src="/resources/testharness.js"></script>
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write ([text/plain ClipboardItem]) ->
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write ([text/plain ClipboardItem]) -> readText tests
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard writeText -> read ([text/plain ClipboardItem]) tests
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>Async Clipboard writeText -> readText tests</title>
<link rel="help" href="https://w3c.github.io/clipboard-apis/#async-clipboard-api">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write blobs -> read blobs tests
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8">
<title>
Async Clipboard write [image/png ClipboardItem] ->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment