1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/shared/widgets/spectrum-frame.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 +<!DOCTYPE html> 1.9 + 1.10 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.11 +<head> 1.12 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 1.13 + <link rel="stylesheet" href="chrome://browser/skin/devtools/common.css" type="text/css"/> 1.14 + <link rel="stylesheet" href="chrome://browser/content/devtools/spectrum.css" ype="text/css"/> 1.15 + <script type="application/javascript;version=1.8" src="theme-switching.js"/> 1.16 + <style> 1.17 + body { 1.18 + margin: 0; 1.19 + padding: 0; 1.20 + } 1.21 + </style> 1.22 +</head> 1.23 +<body role="application"> 1.24 + <div id="spectrum"></div> 1.25 + <div id="eyedropper-button"></div> 1.26 +</body> 1.27 +</html> 1.28 \ No newline at end of file