From 6f2980511533e1273e48717979cc29c9946532f1 Mon Sep 17 00:00:00 2001 From: "atwilson@chromium.org" Date: Fri, 18 Feb 2011 21:44:04 +0000 Subject: [PATCH] Unreviewed expectations update. * platform/chromium-win/inspector/styles-update-from-js-expected.txt: Added. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@79029 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 6 +++ .../inspector/styles-update-from-js-expected.txt | 48 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 LayoutTests/platform/chromium-win/inspector/styles-update-from-js-expected.txt diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 012887b..5bc71f3 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -60,6 +60,12 @@ 2011-02-18 Andrew Wilson + Unreviewed expectations update. + + * platform/chromium-win/inspector/styles-update-from-js-expected.txt: Added. + +2011-02-18 Andrew Wilson + Unreviewed, rolling out r79007. http://trac.webkit.org/changeset/79007 diff --git a/LayoutTests/platform/chromium-win/inspector/styles-update-from-js-expected.txt b/LayoutTests/platform/chromium-win/inspector/styles-update-from-js-expected.txt new file mode 100644 index 0000000..fe60bfe --- /dev/null +++ b/LayoutTests/platform/chromium-win/inspector/styles-update-from-js-expected.txt @@ -0,0 +1,48 @@ +Tests that changes to an inline style from JavaScript are reflected in the Styles pane and Elements tree. + +'style' attribute modified: +
+[expanded] element.style { () +color: #DAC0DE; +border: 1px solid black; + border-top-width: 1px; + border-right-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + border-left-style: solid; + border-top-color: black; + border-right-color: black; + border-bottom-color: black; + border-left-color: black; + + +cssText modified: +
+[expanded] element.style { () +color: #C0FFEE; + + +parsed attributes modified: +
+[expanded] element.style { () +color: #C0FFEE; +border: 3px dashed green; + border-top-style: dashed; + border-right-style: dashed; + border-bottom-style: dashed; + border-left-style: dashed; + border-top-color: green; + border-right-color: green; + border-bottom-color: green; + border-left-color: green; +border-width: 3px; + border-top-width: 3px; + border-right-width: 3px; + border-bottom-width: 3px; + border-left-width: 3px; + + + -- 1.8.3.1