Move inset.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 21:20:29 -04:00
parent e35846eb36
commit c10eecf671
5 changed files with 25 additions and 1 deletions

View file

@ -149,7 +149,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== input_button_margins_a.html input_button_margins_ref.html == input_button_margins_a.html input_button_margins_ref.html
== input_button_size_a.html input_button_size_ref.html == input_button_size_a.html input_button_size_ref.html
!= input_height_a.html input_height_ref.html != input_height_a.html input_height_ref.html
== inset.html inset_ref.html
!= inset_blackborder.html blackborder_ref.html != inset_blackborder.html blackborder_ref.html
== jpeg_normal.html jpeg_ref.html == jpeg_normal.html jpeg_ref.html
== jpeg_progressive.html jpeg_ref.html == jpeg_progressive.html jpeg_ref.html

View file

@ -731,6 +731,18 @@
"url": "/_mozilla/css/inline_padding_a.html" "url": "/_mozilla/css/inline_padding_a.html"
} }
], ],
"css/inset.html": [
{
"path": "css/inset.html",
"references": [
[
"/_mozilla/css/inset_ref.html",
"=="
]
],
"url": "/_mozilla/css/inset.html"
}
],
"css/issue-1324.html": [ "css/issue-1324.html": [
{ {
"path": "css/issue-1324.html", "path": "css/issue-1324.html",
@ -3780,6 +3792,18 @@
"url": "/_mozilla/css/inline_padding_a.html" "url": "/_mozilla/css/inline_padding_a.html"
} }
], ],
"css/inset.html": [
{
"path": "css/inset.html",
"references": [
[
"/_mozilla/css/inset_ref.html",
"=="
]
],
"url": "/_mozilla/css/inset.html"
}
],
"css/issue-1324.html": [ "css/issue-1324.html": [
{ {
"path": "css/issue-1324.html", "path": "css/issue-1324.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel='match' href='inset_ref.html'>
<style> <style>
body { body {
margin: 0px; margin: 0px;

View file

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

Before After
Before After