Bug 997709 part 3 - tests.

This commit is contained in:
Mats Palmgren 2015-05-27 22:18:36 +00:00
parent 5a2a4f8f08
commit b6a478377d
5 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<!DOCTYPE HTML>
<html class="reftest-print"><body><div style="position: fixed;">
<div style="page-break-after: always"></div>
<select style="display:flex; position: fixed;"><option>A</select>
</div></body></html>

View File

@ -59,5 +59,6 @@ load 944198.html
load 949891.xhtml
load 959311.html
load 960277-2.html
load 997709-1.html
load 1102791.html
load 1140216.html

View File

@ -0,0 +1,4 @@
<!DOCTYPE HTML>
<html><body>
<select style="display:block"><option>A</select>
</body></html>

View File

@ -0,0 +1,4 @@
<!DOCTYPE HTML>
<html><body>
<select style="display:flex"><option>A</select>
</body></html>

View File

@ -5,3 +5,4 @@ skip-if(B2G||Mulet) == multiple.html multiple-ref.html # Initial mulet triage: p
== option-children.html option-children-ref.html
fuzzy(1,4) == padding-button-placement.html padding-button-placement-ref.html
HTTP(../..) == vertical-centering.html vertical-centering-ref.html
== 997709-2.html 997709-2-ref.html