Bug 1201272 followup, remove failure meta-data from WPT shadow tests, r=jgraham

CLOSED TREE
This commit is contained in:
Lee Salzman 2015-09-10 12:35:28 -04:00
Родитель 354efcb7fe
Коммит 66476636a1
3 изменённых файлов: 0 добавлений и 30 удалений

Просмотреть файл

@ -1,10 +0,0 @@
[2d.shadow.enable.blur.html]
type: testharness
[Shadows are drawn if shadowBlur is set]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -1,10 +0,0 @@
[2d.shadow.enable.x.html]
type: testharness
[Shadows are drawn if shadowOffsetX is set]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if os == "mac": FAIL

Просмотреть файл

@ -1,10 +0,0 @@
[2d.shadow.enable.y.html]
type: testharness
[Shadows are drawn if shadowOffsetY is set]
expected:
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if os == "mac": FAIL