Commit fb5cbb6f authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Drag and Drop Tests: Update DOCTYPE to lowercase.

Change-Id: I8101b9a7d4ef00d0a2f6127d098e47f2c7c50311
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065912
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Auto-Submit: Darwin Huang <huangdarwin@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742931}
parent 925cdd02
<!DOCTYPE html>
<!doctype html>
<link rel="stylesheet" href="resources/link-dragging-common.css" />
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8" />
<!-- This test checks whether we compute pointer coordinates correctly for the
dragstart, dragend, and drop events issued during drag-and-drop operations.
......@@ -30,7 +30,7 @@
<iframe id="iframe1" data-source="iframe1-srcdoc"></iframe>
<script id="iframe1-srcdoc" language="text/html">
<!DOCTYPE html>
<!doctype html>
<link rel="stylesheet" href="resources/event-mouse-coordinates.css" />
<aside class="dragged box" draggable="true">
Drag Me
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8" />
<!-- This test checks whether we compute pointer coordinates correctly for the
dragstart, dragend, and drop events issued during drag-and-drop operations.
......@@ -20,21 +20,21 @@
<iframe id="iframe1" data-source="iframe1-srcdoc"></iframe>
<script id="iframe1-srcdoc" language="text/html">
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8" />
<link rel="stylesheet" href="resources/event-mouse-coordinates-nested-iframe.css" />
<iframe id="iframe2" data-source="iframe2-srcdoc">
</script>
<script id="iframe2-srcdoc" language="text/html">
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8" />
<link rel="stylesheet" href="resources/event-mouse-coordinates-nested-iframe.css" />
<iframe id="iframe3" data-source="iframe3-srcdoc">
</script>
<script id="iframe3-srcdoc" language="text/html">
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8" />
<link rel="stylesheet" href="resources/event-mouse-coordinates.css" />
<aside class="dragged box" draggable="true">
......
<!DOCTYPE html>
<!doctype html>
<meta charset="utf-8" />
<!-- This test checks whether we compute pointer coordinates correctly for the
dragstart, dragend, and drop events issued during drag-and-drop operations.
......
<!DOCTYPE html>
<!doctype html>
<script src="../../resources/ahem.js"></script>
<link rel="stylesheet" href="resources/link-dragging-common.css" />
<script src="../../resources/testharness.js"></script>
......
<!DOCTYPE html>
<!doctype html>
<link rel="stylesheet" href="resources/link-dragging-common.css" />
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
......
<!DOCTYPE html>
<!doctype html>
<link rel="stylesheet" href="resources/link-dragging-common.css" />
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
......
<!DOCTYPE html>
<!doctype html>
<link rel="stylesheet" href="resources/link-dragging-common.css" />
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
......
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