Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit ce34f7b

Browse files
author
Gérard Talbot
committed
Adding 3 new additional background-position tests which
use a 'width: auto' for the document root element in vertical-rl writing-mode. These 3 tests will help corner and identify a bug in some browsers. 'background-color: white' set on <html> element was removed from all 20 background-position-* tests because unneeded and already defined in uncommon assumptions.
1 parent b6740ee commit ce34f7b

21 files changed

+245
-16
lines changed

css-writing-modes-3/background-position-vlr-003.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: left top;
2120
background-repeat: repeat-x;

css-writing-modes-3/background-position-vlr-005.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: left bottom;
2120
background-repeat: repeat-x;

css-writing-modes-3/background-position-vlr-007.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: right top;
2120
background-repeat: repeat-x;

css-writing-modes-3/background-position-vlr-009.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: right bottom;
2120
background-repeat: repeat-x;

css-writing-modes-3/background-position-vlr-011.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: left top;
2120
background-repeat: repeat-y;

css-writing-modes-3/background-position-vlr-013.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: left bottom;
2120
background-repeat: repeat-y;

css-writing-modes-3/background-position-vlr-015.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: right top;
2120
background-repeat: repeat-y;

css-writing-modes-3/background-position-vlr-017.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: right bottom;
2120
background-repeat: repeat-y;

css-writing-modes-3/background-position-vrl-002.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: left top;
2120
background-repeat: repeat-x;

css-writing-modes-3/background-position-vrl-004.xht

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<style type="text/css"><![CDATA[
1616
html
1717
{
18-
background-color: white;
1918
background-image: url("support/cat.png");
2019
background-position: left bottom;
2120
background-repeat: repeat-x;

0 commit comments

Comments
 (0)