From 0f694b8bebea1aa4887100b4922bea40039ac5ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Jan 2020 20:58:05 -0500 Subject: [PATCH] style tests: Update expected output The printing of css nodes has changed, and the window is visible now. --- testsuite/css/style/adjacent-states.nodes | 2 +- testsuite/css/style/colornames.css | 2 +- testsuite/css/style/colornames.nodes | 3 ++- testsuite/css/style/currentcolor.nodes | 2 +- testsuite/css/style/font.nodes | 2 +- testsuite/css/style/gradient.nodes | 2 +- testsuite/css/style/inherit.nodes | 2 +- testsuite/css/style/label.nodes | 2 +- testsuite/css/style/nth-child.nodes | 2 +- 9 files changed, 10 insertions(+), 9 deletions(-) diff --git a/testsuite/css/style/adjacent-states.nodes b/testsuite/css/style/adjacent-states.nodes index 0381a789e4..71fad51575 100644 --- a/testsuite/css/style/adjacent-states.nodes +++ b/testsuite/css/style/adjacent-states.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) decoration:dir(ltr) box.horizontal:dir(ltr) box.horizontal:dir(ltr) diff --git a/testsuite/css/style/colornames.css b/testsuite/css/style/colornames.css index 6fcdaa0356..9cd42de1fd 100644 --- a/testsuite/css/style/colornames.css +++ b/testsuite/css/style/colornames.css @@ -142,7 +142,7 @@ label#tomato { color: tomato; } label#turquoise { color: turquoise; } label#violet { color: violet; } label#wheat { color: wheat; } -label#white { color: white; } +label#white { color: white; } /* our change tracking drops this from the output */ label#whitesmoke { color: whitesmoke; } label#yellow { color: yellow; } label#yellowgreen { color: yellowgreen; } diff --git a/testsuite/css/style/colornames.nodes b/testsuite/css/style/colornames.nodes index 4627e6677b..6f3b626a21 100644 --- a/testsuite/css/style/colornames.nodes +++ b/testsuite/css/style/colornames.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) decoration:dir(ltr) box.horizontal:dir(ltr) label#aliceblue:dir(ltr) @@ -290,6 +290,7 @@ label#wheat:dir(ltr) color: rgb(245,222,179); /* colornames.css:144:15-28 */ label#white:dir(ltr) + color: rgb(255,255,255); /* colornames.css:145:15-28 */ label#whitesmoke:dir(ltr) color: rgb(245,245,245); /* colornames.css:146:20-38 */ label#yellow:dir(ltr) diff --git a/testsuite/css/style/currentcolor.nodes b/testsuite/css/style/currentcolor.nodes index ce4a73e643..5bd93f0acb 100644 --- a/testsuite/css/style/currentcolor.nodes +++ b/testsuite/css/style/currentcolor.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) decoration:dir(ltr) box.horizontal:dir(ltr) color: rgb(255,0,0); /* currentcolor.css:2:3-14 */ diff --git a/testsuite/css/style/font.nodes b/testsuite/css/style/font.nodes index cf28c7adb8..95125b06b8 100644 --- a/testsuite/css/style/font.nodes +++ b/testsuite/css/style/font.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) decoration:dir(ltr) box.horizontal:dir(ltr) font-size: 10px; /* font.css:2:3-27 */ diff --git a/testsuite/css/style/gradient.nodes b/testsuite/css/style/gradient.nodes index 389baf8fcf..63d74037cc 100644 --- a/testsuite/css/style/gradient.nodes +++ b/testsuite/css/style/gradient.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) background-image: linear-gradient(75deg, rgb(255,0,0), rgb(0,128,0) 20%, rgb(0,0,255) 40px); /* gradient.css:2:3-71 */ decoration:dir(ltr) diff --git a/testsuite/css/style/inherit.nodes b/testsuite/css/style/inherit.nodes index 98ff16dcd0..3d41a98c3a 100644 --- a/testsuite/css/style/inherit.nodes +++ b/testsuite/css/style/inherit.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) decoration:dir(ltr) box.horizontal:dir(ltr) color: rgb(255,0,0); /* inherit.css:2:3-14 */ diff --git a/testsuite/css/style/label.nodes b/testsuite/css/style/label.nodes index 4187e1706e..81dc1bf7ad 100644 --- a/testsuite/css/style/label.nodes +++ b/testsuite/css/style/label.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) decoration:dir(ltr) box.horizontal:dir(ltr) font-size: 10px; /* label.css:3:3-19 */ diff --git a/testsuite/css/style/nth-child.nodes b/testsuite/css/style/nth-child.nodes index e752e165ad..c9649ce159 100644 --- a/testsuite/css/style/nth-child.nodes +++ b/testsuite/css/style/nth-child.nodes @@ -1,4 +1,4 @@ -[window.background:dir(ltr)] +window.background:dir(ltr) decoration:dir(ltr) box.horizontal:dir(ltr) box.horizontal:dir(ltr)