mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3f0c09d4b0
--- layout/inspector/public/inIDOMUtils.idl | 12 ++- layout/inspector/src/inDOMUtils.cpp | 11 +++ layout/inspector/tests/chrome/Makefile.in | 2 + layout/inspector/tests/chrome/test_bug727834.css | 7 ++ layout/inspector/tests/chrome/test_bug727834.xul | 88 +++++++++++++++++++ layout/style/nsCSSStyleSheet.cpp | 99 +++++++++++++++++++--- layout/style/nsCSSStyleSheet.h | 2 + 7 files changed, 207 insertions(+), 14 deletions(-) create mode 100644 layout/inspector/tests/chrome/test_bug727834.css create mode 100644 layout/inspector/tests/chrome/test_bug727834.xul
8 lines
175 B
CSS
8 lines
175 B
CSS
/* vim: set ts=2 et sw=2 tw=80: */
|
|
/* Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
body {
|
|
padding-top: 100px;
|
|
}
|