diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-01 23:21:55 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-01 23:25:56 -0500 |
commit | 444703f2bb3388376598a3ec680a7a89e1bc065d (patch) | |
tree | 49c14b8a1b695c04909702f96c94743d5c3d5c75 | |
parent | de383809f668ae5670777f2219532c66bddec72a (diff) | |
download | gtk+-444703f2bb3388376598a3ec680a7a89e1bc065d.tar.gz |
css node tests: Update notebook results
This is fallout from changing the tab states.
-rw-r--r-- | testsuite/css/nodes/notebook-arrows.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook-arrows2.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.bottom.ltr.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.bottom.rtl.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.left.ltr.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.left.rtl.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.right.ltr.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.right.rtl.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.top.ltr.nodes | 2 | ||||
-rw-r--r-- | testsuite/css/nodes/notebook.top.rtl.nodes | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/testsuite/css/nodes/notebook-arrows.nodes b/testsuite/css/nodes/notebook-arrows.nodes index ccc7a4c531..bc61ba9042 100644 --- a/testsuite/css/nodes/notebook-arrows.nodes +++ b/testsuite/css/nodes/notebook-arrows.nodes @@ -4,7 +4,7 @@ header.top:dir(ltr) tabs:dir(ltr) arrow.down:disabled:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook-arrows2.nodes b/testsuite/css/nodes/notebook-arrows2.nodes index ccc7a4c531..bc61ba9042 100644 --- a/testsuite/css/nodes/notebook-arrows2.nodes +++ b/testsuite/css/nodes/notebook-arrows2.nodes @@ -4,7 +4,7 @@ header.top:dir(ltr) tabs:dir(ltr) arrow.down:disabled:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook.bottom.ltr.nodes b/testsuite/css/nodes/notebook.bottom.ltr.nodes index 0177d1349a..bd5beb6d1e 100644 --- a/testsuite/css/nodes/notebook.bottom.ltr.nodes +++ b/testsuite/css/nodes/notebook.bottom.ltr.nodes @@ -10,7 +10,7 @@ button#start.text-button:dir(ltr) label:dir(ltr) tabs:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook.bottom.rtl.nodes b/testsuite/css/nodes/notebook.bottom.rtl.nodes index fdf8204b80..29f248a896 100644 --- a/testsuite/css/nodes/notebook.bottom.rtl.nodes +++ b/testsuite/css/nodes/notebook.bottom.rtl.nodes @@ -12,7 +12,7 @@ tabs:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) button#start.text-button:dir(rtl) label:dir(ltr) diff --git a/testsuite/css/nodes/notebook.left.ltr.nodes b/testsuite/css/nodes/notebook.left.ltr.nodes index ad04ef9ebd..f588986f80 100644 --- a/testsuite/css/nodes/notebook.left.ltr.nodes +++ b/testsuite/css/nodes/notebook.left.ltr.nodes @@ -5,7 +5,7 @@ button#start.text-button:dir(ltr) label:dir(ltr) tabs:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook.left.rtl.nodes b/testsuite/css/nodes/notebook.left.rtl.nodes index b1d4e2fb84..6f60f1bc6c 100644 --- a/testsuite/css/nodes/notebook.left.rtl.nodes +++ b/testsuite/css/nodes/notebook.left.rtl.nodes @@ -10,7 +10,7 @@ button#start.text-button:dir(rtl) label:dir(ltr) tabs:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook.right.ltr.nodes b/testsuite/css/nodes/notebook.right.ltr.nodes index 500331cc50..05f74ccae0 100644 --- a/testsuite/css/nodes/notebook.right.ltr.nodes +++ b/testsuite/css/nodes/notebook.right.ltr.nodes @@ -10,7 +10,7 @@ button#start.text-button:dir(ltr) label:dir(ltr) tabs:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook.right.rtl.nodes b/testsuite/css/nodes/notebook.right.rtl.nodes index fe9dd83a85..0e3da78ee5 100644 --- a/testsuite/css/nodes/notebook.right.rtl.nodes +++ b/testsuite/css/nodes/notebook.right.rtl.nodes @@ -5,7 +5,7 @@ button#start.text-button:dir(rtl) label:dir(ltr) tabs:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook.top.ltr.nodes b/testsuite/css/nodes/notebook.top.ltr.nodes index 6009264fa9..fdac8f07e9 100644 --- a/testsuite/css/nodes/notebook.top.ltr.nodes +++ b/testsuite/css/nodes/notebook.top.ltr.nodes @@ -5,7 +5,7 @@ button#start.text-button:dir(ltr) label:dir(ltr) tabs:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) diff --git a/testsuite/css/nodes/notebook.top.rtl.nodes b/testsuite/css/nodes/notebook.top.rtl.nodes index 4d460491f8..d26429e46f 100644 --- a/testsuite/css/nodes/notebook.top.rtl.nodes +++ b/testsuite/css/nodes/notebook.top.rtl.nodes @@ -7,7 +7,7 @@ tabs:dir(ltr) tab:dir(ltr) label#tab2:dir(ltr) - tab:active:dir(ltr) + tab:dir(ltr):checked label#tab1:dir(ltr) button#start.text-button:dir(rtl) label:dir(ltr) |