summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/user_actions/user_actions.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/user_actions/user_actions.html')
-rw-r--r--chromium/chrome/browser/resources/user_actions/user_actions.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/user_actions/user_actions.html b/chromium/chrome/browser/resources/user_actions/user_actions.html
index 9e1b2501461..6085f5e3d3d 100644
--- a/chromium/chrome/browser/resources/user_actions/user_actions.html
+++ b/chromium/chrome/browser/resources/user_actions/user_actions.html
@@ -1,8 +1,9 @@
-<!DOCTYPE HTML>
+<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>User Actions Debug Page</title>
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="user_actions.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>