mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 997709 part 3 - tests.
This commit is contained in:
parent
5a2a4f8f08
commit
b6a478377d
5
layout/forms/crashtests/997709-1.html
Normal file
5
layout/forms/crashtests/997709-1.html
Normal 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>
|
@ -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
|
||||
|
4
layout/reftests/forms/select/997709-2-ref.html
Normal file
4
layout/reftests/forms/select/997709-2-ref.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html><body>
|
||||
<select style="display:block"><option>A</select>
|
||||
</body></html>
|
4
layout/reftests/forms/select/997709-2.html
Normal file
4
layout/reftests/forms/select/997709-2.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html><body>
|
||||
<select style="display:flex"><option>A</select>
|
||||
</body></html>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user