Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: third_party/WebKit/LayoutTests/accessibility/css-styles-expected.txt

Issue 2006043002: Improved the reporting of background color information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added blank line to test expectations. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/accessibility/css-styles-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/css-styles-expected.txt b/third_party/WebKit/LayoutTests/accessibility/css-styles-expected.txt
index 464dc4df9369a58d631f93b9df364be6c2363531..95376cdac489d86edc01782fedddfc72ea43e762 100644
--- a/third_party/WebKit/LayoutTests/accessibility/css-styles-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/css-styles-expected.txt
@@ -3,16 +3,16 @@ This test ensures that various style attributes can be retrieved via the accessi
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS axHeading.backgroundColor is 0
+PASS axHeading.backgroundColor is 4278190080
PASS axHeading.color is 16711680
PASS axHeading.fontSize is 12
-PASS axParagraph.backgroundColor is 0
+PASS axParagraph.backgroundColor is 4278190080
PASS axParagraph.color is 65280
PASS axParagraph.fontSize is 14
-PASS axButton.backgroundColor is 4294967295
+PASS axButton.backgroundColor is 4294901760
PASS axButton.color is 255
PASS axButton.fontSize is 16
-PASS axText.backgroundColor is 4294967295
+PASS axText.backgroundColor is 4294901760
PASS axText.color is 255
PASS axText.fontSize is 16
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698